Dave-Vallance / bt-ccxt-store

Fork of Ed Bartosh's CCXT Store Work
MIT License
423 stars 187 forks source link

ModuleNotFoundError: No module named 'binance' #29

Closed Kadiri84 closed 4 years ago

Kadiri84 commented 4 years ago

Hi team, I just finished to install python-binance and wanted to test it with a simple line of code:

from binance.client import Client

but i got this error message like i did not install it at all:

ModuleNotFoundError: No module named 'binance'

i'm using spyder(Python 3.6). the installation was done as follow: !pip install python-binance

Any thought please?

Kadiri84 commented 4 years ago

Alright issue fixed. I had to install it on Python 3, my bad :)