ImportError: cannot import name 'Client' from 'binance' (C:\anaconda bis\lib\binance\__init__.py)

i am running this line of code

—> 10 from binance import Client, ThreadedWebsocketManager, ThreadedDepthCacheManager

but i received always this error

ImportError: cannot import name ‘Client’ from ‘binance’ (C:\anaconda bis\lib\binance_init_.py)

how to resolve it?

Please share a little bit more details, like which library are you using, etc.

It may worth to provide some simple code that return this error.

thanks