-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I cannot start project #53
Comments
This message mean that the dependence python-binance is not installed. |
Dear friend, I was able to launch your project. You have done a great job, thank you for that! |
Did you add "TRXBTC" to the "symbols.csv" ? |
Dear friend, I'm sorry I'm not an experienced python programmer. I cannot start project.
I did everything as in the instructions:
======= RESTART: D:\Install\OpenServer\domains\Crypto-Copy-Trader\api.py =======
Traceback (most recent call last):
File "D:\Install\OpenServer\domains\Crypto-Copy-Trader\api.py", line 5, in
from Helpers.Helpers import server_begin
File "D:\Install\OpenServer\domains\Crypto-Copy-Trader\Helpers\Helpers.py", line 2, in
from SlaveContainer import SlaveContainer
File "D:\Install\OpenServer\domains\Crypto-Copy-Trader\SlaveContainer.py", line 2, in
from ExchangeInterfaces.BinanceExchange import BinanceExchange
File "D:\Install\OpenServer\domains\Crypto-Copy-Trader\ExchangeInterfaces\BinanceExchange.py", line 4, in
from binance.exceptions import BinanceAPIException
ModuleNotFoundError: No module named 'binance'
The text was updated successfully, but these errors were encountered: