binance-futures-connector-python

Hi I’m making a program in python, the program should use the binance-futures-connector-python, I installed it through: pip install binance-futures-connector, and also trying with setup.py install, but when I give the command to run the program I get the following error:

from binance.websocket.um_futures.websocket_client import UMFuturesWebsocketClient
ModuleNotFoundError: No module named ‘binance.websocket’; ‘binance’ is not a package

Check if then python version where you installed the binance-futures-connector is the same version you’re using to run your program.