Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add error for unsupported pypi dependencies #1052

Merged

Conversation

baszalmstra
Copy link
Contributor

Fixes #1036

With the following pixi toml:

[project]
name = "project"
channels = ["conda-forge"]
platforms = ["linux-64", "osx-arm64"]

[dependencies]
python = "3.11.8"

[pypi-dependencies]
timeago = "==1.0.16"

[feature.test]
platforms = ["linux-64"]

[environments]
test = ["test"]

The environment test is only solvable for linux-64. However, when trying to solve this lock-file on another platform no python interpreter can be installed for the environment because the environment does not support it.

This PR shows a problem that we should fix, see #1051 for that tracking issue.

@ruben-arts ruben-arts merged commit 98be83d into prefix-dev:main Mar 25, 2024
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants