Currently encountering environment issues due to pluggy being out of date on conda-forge:
(base) ➜ bofire git:(main) ✗ pip install pluggy
Collecting pluggy
Using cached pluggy-1.5.0-py3-none-any.whl.metadata (4.8 kB)
Using cached pluggy-1.5.0-py3-none-any.whl (20 kB)
Installing collected packages: pluggy
Successfully installed pluggy-1.5.0
(base) ➜ bofire git:(main) ✗ conda install pluggy
Collecting package metadata (current_repodata.json): done
Solving environment: -
The environment is inconsistent, please check the package plan carefully
The following packages are causing the inconsistency:
- defaults/osx-arm64::conda==24.7.1=py312hca03da5_0
- conda-forge/noarch::conda-libmamba-solver==24.7.0=pyhd8ed1ab_0
done
## Package Plan ##
environment location: /Users/radical-rhys/miniconda3
added / updated specs:
- pluggy
The following NEW packages will be INSTALLED:
pluggy pkgs/main/osx-arm64::pluggy-1.0.0-py312hca03da5_1
The following packages will be UPDATED:
certifi 2024.7.4-py312hca03da5_0 --> 2024.8.30-py312hca03da5_0
Proceed ([y]/n)? y
Downloading and Extracting Packages:
Preparing transaction: done
Verifying transaction: failed
RemoveError: 'pluggy' is a dependency of conda and cannot be removed from
conda's operating environment.
Comment:
Currently encountering environment issues due to pluggy being out of date on conda-forge: