-
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
No way to install python-binance on Anaconda to work with Spyder ! Any idea ? #508
Comments
you can download this repo and put it into your project. then import it.... what you lose are updates with a packages manager. nothing more. |
You can install Example: conda create -n binance_env
# or your environment name
source activate binance_env
# you need to insert your anaconda path. You the path with `whereis anaconda`
/YOUR_ANACONDA_PATH/envs/binance_env/bin/pip install python-binance |
you can install twisted from conda “conda install twisted”, then you can run the pip command |
Installing twisted from conda “conda install twisted”, then running the pip command Thanks a lot ! |
pip doesn't work with spyder IDE and conda install doesn't know python-binance package.
Is there any solution to install python-binance with conda in order to work with this package in Spyder IDE, which is the best for any scientific python program ?
Thanks for your help.
The text was updated successfully, but these errors were encountered: