-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Description
Reproducer on linux-aarch64:
pixi.toml
[project]
name = "stats"
channels = ["conda-forge"]
platforms = ["linux-aarch64"]
[dependencies]
python = ">=3.12.*"
[pypi-dependencies]
jupyterlab = '*'
❯ pixi --version
pixi 0.12.0
pixi install
results in:
❯ pixi install
ERROR rattler_installs_packages::types::core_metadata: ignoring Requires-Dist: matplotlib-inline (<0.2.0appnope,>=0.1.0) ; platform_system == "Darwin", failed to parse: Version specifier `<0.2.0appnope` doesn't match PEP 440 rules
matplotlib-inline (<0.2.0appnope,>=0.1.0) ; platform_system == "Darwin"
^^^^^^^^^^^^^
ERROR rattler_installs_packages::types::core_metadata: ignoring Requires-Dist: matplotlib-inline (<0.2.0appnope,>=0.1.0) ; platform_system == "Darwin", failed to parse: Version specifier `<0.2.0appnope` doesn't match PEP 440 rules
matplotlib-inline (<0.2.0appnope,>=0.1.0) ; platform_system == "Darwin"
^^^^^^^^^^^^^
ERROR rattler_installs_packages::types::core_metadata: ignoring Requires-Dist: matplotlib-inline (<0.2.0appnope,>=0.1.0) ; platform_system == "Darwin", failed to parse: Version specifier `<0.2.0appnope` doesn't match PEP 440 rules
matplotlib-inline (<0.2.0appnope,>=0.1.0) ; platform_system == "Darwin"
^^^^^^^^^^^^^
✔ Project in /home/ismail/envs/stats is ready to use!
Metadata
Metadata
Assignees
Labels
No labels