CyberPunkMetalHead / binance-trading-bot-new-coins

This Binance trading bot detects new coins as soon as they are listed on the Binance exchange and automatically places sell and buy orders. It comes with trailing stop loss and other features. If you like this project please consider donating via Brave.
MIT License
1.46k stars 269 forks source link

ModuleNotFoundError #36

Closed ghost closed 11 months ago

ghost commented 2 years ago

Hi, so I'm new to python, and i am getting ModuleNotFoundError for the from trade_client import * . I have been googling for a couple hours and have not been able to fix it. Would appreciate any help. Thanks

pycharm64_2021-09-04_21-46-44

pycharm64_2021-09-04_21-45-04

Emilvang commented 2 years ago

Have you tried running it in a terminal, like Powershell? Just type "python main.py" from the main directory of the project.

Bela0 commented 2 years ago

Check out the blog post linked in the README. You probably need to install the dependencies using pip:

pip install python-binance and pip install pyaml

Emilvang commented 2 years ago

You need to be in the folder. In explorer open the binance-trading-bot-new-coins folder and in where you see the path you type Powershell. Then you can type "python main.py" in there.

Emilvang commented 2 years ago

githubhelp

stevenhgs commented 2 years ago

It seems like you're using PyCharm, so you can just go to the tab File > Settings... > Project > Project Interpreter. There you can press on the "+" and search for the package you want to install.

CadburySwaps commented 2 years ago

Screen Shot 2021-10-02 at 6 16 05 PM hii can anyone help me ?