-
Notifications
You must be signed in to change notification settings - Fork 26
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
No module named 'keras.engine'. #28
Comments
Same here. Did you find a solution for it? |
no... |
You must install exact version of modules:
|
I believe tensorflow==2.8.0 is not an available version of tensorflow to install. Is there any other solution to this? |
Disregard, tensorflow==2.8.0 requires python version 3.10 or lower, and I was trying to install from python 3.11. |
Unfortunately tensorflow and keras changed too often. It was made for these versions of modules and checked to work on them. |
im getting this error while importing 'import segmentation_models_3D as sm'
The text was updated successfully, but these errors were encountered: