How to use python setup.py install or pip install . in pixi? #1521
Unanswered
chihchiehchen
asked this question in
Q&A
Replies: 1 comment
-
if you run |
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
-
Hello,
Thanks for sharing this great project. I have question on building local repositories in pixi environment. First I used pixi shell to open the virtual environment, then move to the target directory with setup.py in it, finally use pip install ..
The packages are installed in .pixi/envs/default/lib/python3.11, however, when I tried to import these packages, I always got the error 'No module named xxx'.
Could you give me some hints. In any case thanks for your patient and help.
Beta Was this translation helpful? Give feedback.
All reactions