-
Notifications
You must be signed in to change notification settings - Fork 210
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
Cannot solve environemnt #2455
Comments
You can try adding
|
if I comment out the hatch dep and do and with hatch it fails with the same error as before... |
Oh I see, conda-forge doesn't support |
How come putting this under pypi deps, doesn't get resolved? packaging = ">=24.2"
hatch = ">=1.13.0,<2"
hatchling = ">=1.26" Because all of these are available there... |
This is the The error you're getting is indeed not helpful if you aren't familiar with the issue. We should improve this! |
That's merged now. Can you try again? |
Solved ! Thanks for the update |
Checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pixi, using
pixi --version
.Reproducible example
Install gives:
Issue description
Not sure if that's pixi problem or related to the latest
hatchling = ">=1.26"
release. They fixed a problem in the new version, but cannot add it to environment...Expected behavior
Resolution of environment
The text was updated successfully, but these errors were encountered: