Replies: 2 comments
-
Yes, that's expected. Though, you usually don't really need to reinstall unless you want to regenerate the metadata, anyway. So it's already a rare occurrence... |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the answer. It seems to me that you need to reinstall each time you modify a C or Rust file, so having a full compilation in such cases is an issue. |
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
-
My question is related to something that I observed when developing Mercurial.
When I run twice
pip install -e .
, all C extensions are rebuilt after the secondpip
call. However, there are no changes in C code corresponding to C extensions and the extensions are already at the right place (in the source tree).Does this behavior is expected with setuptools? Would there be a way to avoid these useless compilations?
Beta Was this translation helpful? Give feedback.
All reactions