Skip to content
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

Error on first launch. Help #601

Open
Sun-277 opened this issue Jan 17, 2025 · 1 comment
Open

Error on first launch. Help #601

Sun-277 opened this issue Jan 17, 2025 · 1 comment
Assignees

Comments

@Sun-277
Copy link

Sun-277 commented Jan 17, 2025

19:32 ~/binance $ python backtest.py
Traceback (most recent call last):
File "backtest.py", line 3, in
from binance_trade_bot import backtest
File "/home/petr1721843/binance/binance_trade_bot/init.py", line 1, in
from .backtest import backtest
File "/home/petr1721843/binance/binance_trade_bot/backtest.py", line 8, in
from .binance_api_manager import BinanceAPIManager
File "/home/petr1721843/binance/binance_trade_bot/binance_api_manager.py", line 6, in
from binance.client import Client
File "/home/petr1721843/.local/lib/python3.8/site-packages/binance/init.py", line 9, in
from binance.async_client import AsyncClient # noqa
File "/home/petr1721843/.local/lib/python3.8/site-packages/binance/async_client.py", line 21, in
from .base_client import BaseClient
File "/home/petr1721843/.local/lib/python3.8/site-packages/binance/base_client.py", line 12, in
from Crypto.Signature import pkcs1_15, eddsa
ImportError: cannot import name 'eddsa' from 'Crypto.Signature' (/usr/local/lib/python3.8/dist-packages/Crypto/Signature/init.py)

@carlosmiei
Copy link
Collaborator

Hello @Sun-277,

Can you pull the latest edits where python-binance is updated and try again please?

@carlosmiei carlosmiei self-assigned this Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants