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 when trying to run #522

Open
omarammura-dev opened this issue Apr 25, 2023 · 4 comments
Open

Error when trying to run #522

omarammura-dev opened this issue Apr 25, 2023 · 4 comments

Comments

@omarammura-dev
Copy link

Hi,
After installing requirements using pip install -r requirements.txt and configuring user.cfg i tried to run by this command python3 -m binance_trade_bot i am getting this error ;

Traceback (most recent call last): File "/usr/lib/python3.8/runpy.py", line 185, in _run_module_as_main mod_name, mod_spec, code = _get_module_details(mod_name, _Error) File "/usr/lib/python3.8/runpy.py", line 144, in _get_module_details return _get_module_details(pkg_main_name, error) File "/usr/lib/python3.8/runpy.py", line 111, in _get_module_details __import__(pkg_name) File "/home/ammura/bb/binance_trade_bot/__init__.py", line 1, in <module> from .backtest import backtest File "/home/ammura/bb/binance_trade_bot/backtest.py", line 8, in <module> from .binance_api_manager import BinanceAPIManager File "/home/ammura/bb/binance_trade_bot/binance_api_manager.py", line 18, in <module> from .binance_stream_manager import ( ImportError: cannot import name 'StreamManagerWorker' from 'binance_trade_bot.binance_stream_manager' (/home/ammura/bb/binance_trade_bot/binance_stream_manager.py)

@discoroveryx
Copy link

have the same problem

@omarammura-dev
Copy link
Author

@fbradyirl , already pulled last commit

@apurvns
Copy link

apurvns commented Apr 28, 2023

Same issue here

@discoroveryx
Copy link

it still does not work

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

3 participants