CryptoGnome / Bybit-Futures-Bot

A Trading Bot for Bybit USDT Futures with a built in strategy for Liquidation Hunting, Dollar Cost Averaging & Position Control
MIT License
101 stars 42 forks source link

Can't Start #9

Open MxyzptlkFishStix opened 1 year ago

MxyzptlkFishStix commented 1 year ago

Tried to run websocket.py.

Received error.

Traceback (most recent call last): File "C:\Users****\Downloads\Bybit-Futures-Bot\BybitUSDT\websocket.py", line 9, in from unicorn_binance_websocket_api.unicorn_binance_websocket_api_manager import BinanceWebSocketApiManager ModuleNotFoundError: No module named 'unicorn_binance_websocket_api.unicorn_binance_websocket_api_manager'

No errors found when using pip install.

CryptoGnome commented 1 year ago

can you try

pip install unicorn-binance-websocket-api --upgrade