Dave-Vallance/bt-ccxt-store

ModuleNotFoundError: No module named 'binance'

Kadiri84 opened this issue · 1 comments

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?

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