Why my pip install -e .
takes 4 minutes
#4449
Unanswered
LukeLIN-web
asked this question in
Q&A
Replies: 0 comments
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.
-
I am trying to install a cpp and python mixed project with editable mode. I am using:
pip install --no-index -U -e .
https://github.com/quiver-team/torch-quiver
However, when I modify and rebuild the system, I use
pip install --no-index -U -e .
again.But it takes 4 minutes,
make
should not be so long time.Did you have some ideas?
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions