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
This works better. I sitll get an error trying to install tensorflow-deps but afterwards it works anyways
If I install devbio-napari first and then try to install tensorflow. I get the following error when I try to run mamba install -c apple tensorflow-deps
Looking for: ['tensorflow-deps']
conda-forge/osx-arm64 Using cache
conda-forge/noarch Using cache
apple/noarch No change
apple/osx-arm64 No change
Pinned packages:
- python 3.9.*
Encountered problems while solving:
- package libitk-5.3.0-h112da86_0 requires hdf5 >=1.12.2,<1.12.3.0a0, but none of the providers can be installed
I then tried to skip installing tensorflow-deps pip install tensorflow-macos==2.10 and pip install tensorflow-metal==0.6
Note, I cannot exclude, that tensorflow works despite the error when installing tensorflow-deps, because I successfully installed tensorflow-deps in a clean environment before, and now tensorflow has still access to the needed system libraries in the devbio-napari environment.
The text was updated successfully, but these errors were encountered:
Tensorflow before devbio-napari
Trying to install devbio-napari into an environment that has tensorflow 2.10 installed gives the following mamba error:
steps to reproduce:
Devbio-napari before tensorflow
This works better. I sitll get an error trying to install
tensorflow-deps
but afterwards it works anywaysIf I install devbio-napari first and then try to install tensorflow. I get the following error when I try to run
mamba install -c apple tensorflow-deps
I then tried to skip installing
tensorflow-deps
pip install tensorflow-macos==2.10
andpip install tensorflow-metal==0.6
steps to reproduce
Now noise2void works in devbio-napari! 🥳
Note, I cannot exclude, that tensorflow works despite the error when installing tensorflow-deps, because I successfully installed tensorflow-deps in a clean environment before, and now tensorflow has still access to the needed system libraries in the devbio-napari environment.
The text was updated successfully, but these errors were encountered: