juancarlospaco / faster-than-requests

Faster requests on Python 3
https://gist.github.com/juancarlospaco/37da34ed13a609663f55f4466c4dbc3e
MIT License
1.09k stars 91 forks source link

bugfix. fix "invalid command bdist_wheel" #170 #177

Closed muxueqz closed 2 years ago

juancarlospaco commented 2 years ago

But it does not depend on wheel, the code does not import nor use wheel, in fact it does not have dependencies, so this is not the correct workaround, this is a PIP/PyPI/Python bug, not my bug, this is mentioned in documentation since years ago. Or PIP itself should ask you to install the dependencies it needs to work.

If you get that error, then run PIP adding to the command --no-binary :all:.

muxueqz commented 2 years ago

okey. I think we can fix this problem in faster-than-requests package, it's a workaround