-
Notifications
You must be signed in to change notification settings - Fork 8
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
keras import issue by conda install #47
Comments
This fixes issue WGLab#47
Hello, I am also having this issue and can't downgrade. |
did you try to use the newly merged version with updated environment.yml? |
Hi, just wanted to give you a heads up that I tried this install today and went through trying to downgrade from tensorflow 2.18.0, but 2.15.0 is no longer available to install. Only versions >=2.16.1 are available. Any possibility that things might eventually work with newer tensorflow versions? |
Hi,
I encountered an issue labeled "ModuleNotFoundError: No module named 'tensorflow.keras'" when attempting to use NanoCaller, which was installed via mamba. Upon inspection, the installed version of TensorFlow was "2.17.0". However, after downgrading it to "2.15.0", NanoCaller functioned properly.
The text was updated successfully, but these errors were encountered: