Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
4 replies
40 views

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 ...
Umberto Fontanazza's user avatar
0 votes
0 answers
45 views

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 ...
dandan78's user avatar
  • 14.1k
0 votes
2 answers
221 views

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 ...
Nor.Z's user avatar
  • 1,595
1 vote
1 answer
75 views

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 ...
drhagen's user avatar
  • 9,852
2 votes
1 answer
694 views

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 ...
John Smith's user avatar
  • 1,253
0 votes
1 answer
422 views

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 ...
Cornelius Roemer's user avatar