binance-trading-bot-new-coins icon indicating copy to clipboard operation
binance-trading-bot-new-coins copied to clipboard

ModuleNotFoundError

Open bdisher opened this issue 3 years ago • 8 comments

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

bdisher avatar Sep 05 '21 01:09 bdisher

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

Emilvang avatar Sep 05 '21 11:09 Emilvang

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

Bela0 avatar Sep 05 '21 18:09 Bela0

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

I have tried, it does not work. I have also tried everything in this video: https://www.youtube.com/watch?v=I9st-DgQoWc&ab_channel=PhilsBeginnerCode

powershell_2021-09-05_15-46-07

bdisher avatar Sep 05 '21 19:09 bdisher

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

I have read through the blog already, and followed all the steps.

pycharm64_2021-09-05_15-47-18

bdisher avatar Sep 05 '21 19:09 bdisher

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 avatar Sep 05 '21 19:09 Emilvang

githubhelp

Emilvang avatar Sep 05 '21 19:09 Emilvang

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.

stevenhgs avatar Sep 05 '21 20:09 stevenhgs

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

CadburySwaps avatar Oct 02 '21 12:10 CadburySwaps