You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: