-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Exceptions while trying to pip3 install python-binance
#245
Comments
Was trying to
|
Here's a fix that worked for me on Raspbian: sudo pip --default-timeout=1000 install (package name) |
Well. Problem was solved by using virtualenv (documentation, using pip within virtualenv). This problem have no relation to python-binance, because it is a pip failures. There is two different reasons, causes such type of error:
|
just upgrade relative packages |
I was trying to install it, but now i don't know what to do.
After that i was trying to
import binance
at python shell, but "no module named binance", obviously.I am running debian, python 3.5.3, pip 9.0.1, if it helps somehow.
Here is the full pip's output:
The text was updated successfully, but these errors were encountered: