-
Notifications
You must be signed in to change notification settings - Fork 194
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
Run demo Error: ImportError: cannot import name 'get_config' #46
Comments
Downgrade keras to 2.4.0 |
try this,it works for me. |
I can't install tods due to this problem. To reproduce the issue, you can build this Docker image:
|
tried this but getting error AttributeError: ISOLATION_FOREST . Can anyone help? |
这是来自QQ邮箱的假期自动回复邮件。I've received your mail.
|
tried this but getting error AttributeError: ISOLATION_FOREST |
tried this and worked for me, only future warnings
|
这是来自QQ邮箱的假期自动回复邮件。I've received your mail.
|
However when I try the second demo displayed in the readme, at the line:
I get the following error:
|
my env
python
3.6.9pip
21.3use virtualenv and create a pure env
I install tods successfully, but run demo has some trouble, detail as follow:
I find a solution but haven't been tested:
Replace all
import keras
withfrom tensorflow import keras
which is really a hard work...
The text was updated successfully, but these errors were encountered: