python-binance
python-binance copied to clipboard
AsyncClient, BinanceSocketManager import error
I have been using the python-binance for quite sometime, however I have not used the websocketmanager so far. When I tried to use it I am getting import errors :
- ImportError: cannot import name 'BinanceSocketManager' from 'binance'
- ImportError: cannot import name 'AsyncClient' from 'binance'
I then tried to update python-binance installation and I am using latest version 0.7.10 despite that I cannot see why I am not able to import BinanceSocketManager and AsyncClient
0.7.10 is not the latest version. Newer ones are only published in pypi, not here.
Did you solve your problem ?