binance-trading-bot-new-coins
binance-trading-bot-new-coins copied to clipboard
ModuleNotFoundError
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
Have you tried running it in a terminal, like Powershell? Just type "python main.py" from the main directory of the project.
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
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
Check out the blog post linked in the README. You probably need to install the dependencies using pip:
pip install python-binance
andpip install pyaml
I have read through the blog already, and followed all the steps.
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.
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.
hii can anyone help me ?