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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No module named 'binance'

GoodGuyNick opened this issue · comments

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'

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

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?

Most likely you werent in your virtual environment.