You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
sbassi
added a commit
to sbassi/NanoCaller
that referenced
this issue
Nov 15, 2024
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: