Why pip install -e .
takes a long time?
#3763
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
-
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/blob/main/setup.py
However, when I modify and rebuild the system, I use
pip install --no-index -U -e .
again.CPP compile method is
But it takes 4 minutes,
make
should not take such a long time.May you have some ideas?
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions