CyberPunkMetalHead / gateio-crypto-trading-bot-binance-announcements-new-coins

This is a crypto trading bot that scans the Binance Annoucements page for new coins, and places trades on Gateio
MIT License
1.21k stars 302 forks source link

Error In SSH Server #160

Closed thealidev closed 2 years ago

thealidev commented 2 years ago
# python3 main.py
Traceback (most recent call last):
  File "main.py", line 1, in <module>
    from gateio_new_coins_announcements_bot.main import main
ModuleNotFoundError: No module named 'gateio_new_coins_announcements_bot'
lautaroperrotti commented 2 years ago

Same here.

Traceback (most recent call last): File "main.py", line 1, in from gateio_new_coins_announcements_bot.main import main ModuleNotFoundError: No module named 'gateio_new_coins_announcements_bot'

thealidev commented 2 years ago

I found a solution here for it as i am a good dev

To Fix It Active venv In Directory Again :

Linux:
source env/bin/activate

Windows:
env\Scripts\activate.bat

Then ReInstall Deplumates :

python3 -m pip install -r requirements.txt

Then Run :

python3 main.py
lautaroperrotti commented 2 years ago

Thank you very much! It worked!

thealidev commented 2 years ago

Thank you very much! It worked!

No Need For Thanks .. Its My Duty ..