conda-forge / pluggy-feedstock

A conda-smithy repository for pluggy.
BSD 3-Clause "New" or "Revised" License
2 stars 13 forks source link

Can more recent versions of pluggy be build for arm/macos. #39

Open CompRhys opened 1 month ago

CompRhys commented 1 month ago

Comment:

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.
CompRhys commented 1 month ago

looks like there's a noarch version not sure why it's defaults to this older 1.0.0 in the solver