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

0.17.0: pixi list doesn't work with projects that don't contain python #1032

Closed
pavelzw opened this issue Mar 21, 2024 · 0 comments · Fixed by #1033
Closed

0.17.0: pixi list doesn't work with projects that don't contain python #1032

pavelzw opened this issue Mar 21, 2024 · 0 comments · Fixed by #1033

Comments

@pavelzw
Copy link
Contributor

pavelzw commented Mar 21, 2024

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

[dependencies]
lucky-commit = "*"
❯ pixi install
✔ Project in /private/tmp/testpixi is ready to use!
/tmp/testpix 
❯ pixi list
  × could not resolve pypi dependencies because no python interpreter is added to the dependencies of the project.
  │ Make sure to add a python interpreter to the [dependencies] section of the pixi.toml, or run:
  │ 
  │     pixi add python

Would be nice to get a hotfix for this as projects using setup-pixi and no python now have red CI since setup-pixi runs pixi list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant