pip install -e . -> parallel -> how? #4596
petrasvestartas
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
In python I am using
pip install -e
. Which is quite slow for compiling C++ code.Is there a way to multi-thread the building process with pip?
I tried to add ParallelCompile according to the documentation to my setup tools, but it has no effect.
How to do it properly in the following code?
Beta Was this translation helpful? Give feedback.
All reactions