Replies: 1 comment 1 reply
-
Could you check the It feels like this should contain a
Could you share this file? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
[Orignally asked on discord]
I need to install a package called "alpha-shape". It's an internal package within my organization. I don't think the problem I describe here is a channel issue, as I managed to install many other internal packages from the channel where this package is stored.
I tried installing it with version>=1 in a clean pixi project and got an error:

Without the version constraint, I managed to install it with version 0.0.10 (I must use version >=1 though).
I ran pixi add with -vvv , here are the relevant logs:

Installing this package with a regular mamba create command works properly:
If that helps, here are the results of

pixi info alpha-shape
:What could be the issue here? I don't even know where to start... thanks
Beta Was this translation helpful? Give feedback.
All reactions