Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip install esptool -U --prefer-binary installs 4.8.0 (ESPTOOL-929) #1014

Closed
matthuisman opened this issue Sep 25, 2024 · 4 comments
Closed

Comments

@matthuisman
Copy link
Contributor

matthuisman commented Sep 25, 2024

pip install esptool -U --prefer-binary
will install the "buggy" 4.8.0 whl as I suspected in comment #1011 (comment)

I'd recommend trying to remove that old whl (https://pypi.org/project/esptool/4.8.0/#files)
If thats not possible, then yanking / marking as broken the 4.8.0 alltogether

It will save users like me needing to blacklist the 4.8.0 as our automation uses --prefer-binary
pip install esptool!=4.8.0 -U --prefer-binary correctly installs 4.8.1

Operating System

Windows

Esptool Version

4.8.0

Python Version

3.10

Full Esptool Command Line that Was Run

No response

Esptool Output

No response

What is the Expected Behaviour?

No response

More Information

No response

Other Steps to Reproduce

@github-actions github-actions bot changed the title pip install esptool -U --prefer-binary installs 4.8.0 pip install esptool -U --prefer-binary installs 4.8.0 (ESPTOOL-929) Sep 25, 2024
@matthuisman
Copy link
Contributor Author

fyi @radimkarnis :)

@radimkarnis
Copy link
Collaborator

@matthuisman we will look into it, thank you!

@radimkarnis
Copy link
Collaborator

v4.8.0 wheel deleted. Thanks again for your help!

@matthuisman
Copy link
Contributor Author

thats great :) Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants