Tim de Jager
Tim de Jager
Might be that if we use sources instead of a directly specified PyPI dependency this causes an absolute path. Might be a good lead indeed
Yeah you are right in the hunch that we need to solve the absolute path problem first. I improved the error message a bit and running on your example: ```bash...
Wait, now that I think of it there might be an intial fix for this first! Let me investigate.
So I fixed the initial problem with this PR: https://github.com/prefix-dev/pixi/pull/4710 This now parses the url we get back from the locking process correctly. However, we now run into another problem,...
Thanks for the report, that definitely looks like a bug to me!
I guess we might also need an issue to the `system-requirement` for osx-arm64 and osx-64 seperately. wdyt @ruben-arts?
It seems like that package is just not available at that url.
This looks good! Thanks for the issue :)
Hi @jackm97, If you mean: https://github.com/prefix-dev/pixi/issues/2814 this is definitely on the roadmap, we hit some snags where the design will be more difficult than expected but will be revisiting that...