Can existing conda packages be used when installing the pypi environment? #4353
Answered
by
lucascolley
baka-gourd
asked this question in
Q&A
-
As the title suggests, some PyPI packages require corresponding build toolchains, such as gcc, to be installed on the system. A good example is Dlib. However, when performing a direct pixi install, pixi does not activate the already installed conda environment, so the gcc dependency within conda cannot be used. Currently, I can only init, install gcc, and then manually activate and add the PyPI dependency. |
Beta Was this translation helpful? Give feedback.
Answered by
lucascolley
Aug 15, 2025
Replies: 1 comment 1 reply
-
https://prefix-dev.github.io/pixi/v0.51.0/reference/pixi_manifest/#no-build-isolation |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
baka-gourd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://prefix-dev.github.io/pixi/v0.51.0/reference/pixi_manifest/#no-build-isolation