CyberPunkMetalHead / Binance-volatility-trading-bot

This is a fully functioning Binance trading bot that measures the volatility of every coin on Binance and places trades with the highest gaining coins If you like this project consider donating though the Brave browser to allow me to continuously improve the script.
MIT License
3.39k stars 774 forks source link

No module named 'binance' #192

Closed GoodGuyNick closed 3 years ago

GoodGuyNick commented 3 years ago

Yesterday everything was fine and now I get this error. I didn't touch anything except config, trades and tickers.

 Binance-volatility-trading-bot-main python3 Binance\ Detect\ Moonings.py
Traceback (most recent call last):
  File "Binance Detect Moonings.py", line 34, in <module>
    from binance.client import Client
ModuleNotFoundError: No module named 'binance'
Kashkun commented 3 years ago

new here trying to get my questions answered as well found this from the original article and it removed that error

pip install requests pip install numpy pip install python-binance pip install nltk

GoodGuyNick commented 3 years ago

new here trying to get my questions answered as well found this from the original article and it removed that error

pip install requests pip install numpy pip install python-binance pip install nltk

Installing python-binance was enough. Thank you. But why in was working before without this package?

getsec commented 3 years ago

Most likely you werent in your virtual environment.