Replies: 1 comment
-
|
uv2nix isn't using the nixpkgs Python packaging infrastructure, and it's output is not compatible with nixpkgs Python packaging functions. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi, I expose a Python library via
I'd like to use this downstream in another
devShellvia some (using flake-parts here for brevity):The library cannot be imported in a
nix develop .#test, but it can in anix develop .#test2.I'm not very familiar with how Python juggles libraries; what am I missing here? Or is there another mechanism I should use? Thanks!
The purpose is to add more libraries in the downstream shell:
numpy,matplotlib, etc.Beta Was this translation helpful? Give feedback.
All reactions