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

No module named 'keras.engine'. #28

Open
ezat-git opened this issue Nov 1, 2023 · 6 comments
Open

No module named 'keras.engine'. #28

ezat-git opened this issue Nov 1, 2023 · 6 comments

Comments

@ezat-git
Copy link

ezat-git commented Nov 1, 2023

im getting this error while importing 'import segmentation_models_3D as sm'

@fbedoyao
Copy link

fbedoyao commented Nov 9, 2023

Same here. Did you find a solution for it?

@ezat-git
Copy link
Author

ezat-git commented Nov 9, 2023

no...

@ZFTurbo
Copy link
Owner

ZFTurbo commented Nov 11, 2023

You must install exact version of modules:

tensorflow==2.8.0
keras==2.8.0
keras_applications==1.0.8
classification_models_3D==1.0.8

@mvinet99
Copy link

I believe tensorflow==2.8.0 is not an available version of tensorflow to install. Is there any other solution to this?

@mvinet99
Copy link

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.

@ZFTurbo
Copy link
Owner

ZFTurbo commented Nov 15, 2023

Unfortunately tensorflow and keras changed too often. It was made for these versions of modules and checked to work on them.

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

4 participants