-
Notifications
You must be signed in to change notification settings - Fork 45
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
Problem while executing python deep_rl.py command #26
Comments
It can work without importing remove_credentials. |
Did anyone get this to work with this error ImportError: cannot import name 'remove_credentials' . |
you can just delete 'remove_credentials' from freqtradegym, but this project is a little bit useless, due to python updates |
ah that's sad, is it worth trying to revert to python 3.6? any idea if this project will be updated. |
No, cause you need numpy=1.22, which is supported only buy python3.8, otherwise you will have some errors. You can try to update rewrite some libraries or install newer versions of them, but you will be ought to edit code |
(.env) root@freqtrade2:/home/screw/freqtrade# python deep_rl.py
Traceback (most recent call last):
File "deep_rl.py", line 7, in
from freqtradegym import TradingEnv
File "/home/screw/freqtrade/freqtradegym.py", line 16, in
from freqtrade.configuration import (TimeRange, remove_credentials,
ImportError: cannot import name 'remove_credentials' from 'freqtrade.configuration' (/home/screw/freqtrade/freqtrade/configuration/init.py)
The text was updated successfully, but these errors were encountered: