Closed Carreau closed 2 years ago
Thanks @Carreau.
fps-terminals conda-forge/noarch::fps-terminals-0.0.30-pyhd8ed1ab_1
It should have installed 0.0.33
, but maybe it is not installable on MacOS.
Could you try explicitly installing it with conda install fps-terminals=0.0.33
?
Also, worth trying with mamba
.
$ conda install fps-terminals=0.0.33
Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): ...working... done
Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve.
PackagesNotFoundError: The following packages are not available from current channels:
- fps-terminals=0.0.33
Current channels:
- https://conda.anaconda.org/ngsolve/osx-arm64
- https://conda.anaconda.org/ngsolve/noarch
- https://conda.anaconda.org/conda-forge/osx-arm64
- https://conda.anaconda.org/conda-forge/noarch
- https://repo.anaconda.com/pkgs/main/osx-arm64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/osx-arm64
- https://repo.anaconda.com/pkgs/r/noarch
To search for alternate channels that may provide the conda package you're
looking for, navigate to
https://anaconda.org
and use the search bar at the top of the page.
That's strange, it is available on OSX at https://anaconda.org/conda-forge/fps-terminals.
Can you try with mamba
?
@davidbrochart it's available on osx-64, but not osx-arm64
.
You need to either make it noarch
or add it to the migration (https://github.com/conda-forge/conda-forge-pinning-feedstock/blob/main/recipe/migrations/osx_arm64.txt)
Thanks @wolfv!
fps-terminals
was added to the migration in https://github.com/conda-forge/conda-forge-pinning-feedstock/pull/3052.