python-binance icon indicating copy to clipboard operation
python-binance copied to clipboard

AsyncClient, BinanceSocketManager import error

Open djangoengine opened this issue 3 years ago • 2 comments

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 :

  1. ImportError: cannot import name 'BinanceSocketManager' from 'binance'
  2. 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

djangoengine avatar Oct 17 '21 04:10 djangoengine

0.7.10 is not the latest version. Newer ones are only published in pypi, not here.

halfelf avatar Nov 24 '21 02:11 halfelf

Did you solve your problem ?

FoRavel avatar Sep 11 '22 21:09 FoRavel