How can I add a pypi dependency to a pixi global environment? #4259
Replies: 1 comment 2 replies
-
You will have plenty of company in a +1 on #2261 |
Beta Was this translation helpful? Give feedback.
2 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to find the easiest way to give an end user access to a CLI tool that is available on conda-forge and has as conda-forge dependency, but also has a plugin that is only on PyPI (I'm working on changing that, but for the time being it is what it is).
With pixi global install, I can install the CLI tool, which is outstanding and much nicer than them having to use conda and envs, but I can't sort out how to add the pypi plugin dependency. (With conda envs I can activate the env and pip install the plugin.)
I was hoping something like this would work:
pixi global install omero-py --with --pypi omero-cli-transfer
Meanwhile, using something like pipx/uv alone doesn't work, because the pypi plugin dependency requires the CLI tool, which has a compiled conda-forge dependency.
Beta Was this translation helpful? Give feedback.
All reactions