Failed to install in Windows 10
Closed this issue · 3 comments
zoccoler commented
Hi everyone,
I was trying to install this library in Windows 10 following the instructions from here, but it fails to solve the environment. I tried it with conda
and mamba
.
conda env create -n omero-guide-python -f binder/environment.yml
Collecting package metadata (repodata.json): done
Solving environment: |
Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.
It never ends to solve conflicts.
mamba env create -n omero-guide-python -f binder/environment.yml
Looking for: ['python=3.9', 'dask', 'distributed', 'pip', 'omero-py', 'pandas', 'tensorflow=2.6', 'scikit-image']
Could not solve for environment specs
Encountered problems while solving:
- package tensorflow-2.6.0-mkl_py39h31650da_0 is excluded by strict repo priority
The environment can't be solved, aborting the operation
Can someone reproduce this and help me install it? Thanks!