binance-trade-bot
binance-trade-bot copied to clipboard
Dependency error
I added the Werkzeug==2.2.2 to the requirements but after that I'm having issues with the eventlet library.
Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 187, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "/usr/lib/python3.10/runpy.py", line 146, in _get_module_details
return _get_module_details(pkg_main_name, error)
File "/usr/lib/python3.10/runpy.py", line 110, in _get_module_details
import(pkg_name)
File "/home/milan/projects/binance-trade-bot/binance_trade_bot/init.py", line 1, in
Same crap.
I installed and ran Python 3.8.14 and there was no problem.
First, check your Python version and then check the Werkzeug version.
I hope this solves your problem. thanks
pip install --upgrade eventlet
@hitiming + from collections.abc import MutableMapping change the import and class inheritation at /home/user/binance-trade-bot/lib/python3.11/site-packages/dns/namedict.py