When I perform an installation on MacOS (ARM64), the environment cannot be solved.
Steps that can reproduce the error:
mamba env create -n stenv -f https://github.com/spacetelescope/stenv/releases/download/2023.02.16/stenv-macOS-py3.11-2023.02.16.yml
- the following error happens:
Could not solve for environment specs
Encountered problems while solving:
- package qt-main-5.15.8-hfe8d25c_6 requires libclang >=14.0.6,<15.0a0, but none of the providers can be installed
- package tifffile-2023.2.3-pyhd8ed1ab_0 requires imagecodecs >=2023.1.23, but none of the providers can be installed
The environment can't be solved, aborting the operation
Originally reported by: @alechirschauer
When I perform an installation on MacOS (ARM64), the environment cannot be solved.
Steps that can reproduce the error:
mamba env create -n stenv -f https://github.com/spacetelescope/stenv/releases/download/2023.02.16/stenv-macOS-py3.11-2023.02.16.ymlOriginally reported by: @alechirschauer