12 questions
Advice
0
votes
4
replies
40
views
Pixi-managed local Docker installation
I am building a Python package which hevily relies on the Docker daemon.
I am using Pixi as a package manager for Python and have the Pypi Docker SDK in my dependencies however my package wouldn't ...
0
votes
0
answers
45
views
Program that uses GPIO on Raspberry Pi builds with system GCC but not with same version of GCC installed in Pixi/Conda environment
I have a Raspberry Pi that is being used to build and run a C program that tests some custom hardware attached to its GPIO header. The code is not relevant and is not something I can share anyway.
It ...
0
votes
2
answers
221
views
How to prevent VS Code from importing global Python env site-packages when using pixi venv?
situation
I created a new Python project with pixi venv.
I have this isolated venv, including Python.
I installed pandas etc.
I didn't install plotly etc.
I have Python installed globally.
The ...
1
vote
1
answer
75
views
Test that Pixi lock file is up-to-date
I would like to be able to test (for example, in CI) that the pixi.lock file is completely up-to-date with the pixi.toml file. There is the --locked option to various commands which will abort the ...
2
votes
1
answer
694
views
package management with pixi: global commands not exposed
I am trying out pixi for replacing package management and condo environments. Activating a shell works fine, but I like to have some tools always available for which I think there is pixi global. I ...
0
votes
1
answer
422
views
How to specify the architecture/platform for a channel for a global pixi install?
I'm trying to globally install a bioconda/osx-64 package on my ARM based mac using pixi
I've tried the following but it doesn't work:
$ pixi global install nextclade -c bioconda
× Cannot solve the ...