-
Notifications
You must be signed in to change notification settings - Fork 204
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
Error when installing my project with path = "."
in [tool.pixi.pypi-dependencies]
on Windows (works fine on mac)
#2656
Comments
When I remove
Any idea why? |
Actually, it also works when I keep
So the problem comes from Any idea why? |
path = "."
in [tool.pixi.pypi-dependencies]
on Windows (works fine on mac)
This line seems weird to me:
It works when I make the |
Yeah, so it apparently has to do with the Python requirment we are setting for the solver We specifically set it to a This problems also occurs on macOS when I've tested it. |
Thanks for testing 👍 |
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
Run
pixi shell
(with pixi0.39.0
) on Windows with the followingpyproject.toml
Issue description
I get the following error when installing the above project on Windows :
I tried on Windows 10 and 11. I don't have the problem on OS X (just add "osx" in platforms).
Expected behavior
It should be able to install my project.
The text was updated successfully, but these errors were encountered: