diff --git a/pyperformance/_pip.py b/pyperformance/_pip.py index 7fc07874..befa7b7f 100644 --- a/pyperformance/_pip.py +++ b/pyperformance/_pip.py @@ -153,6 +153,11 @@ def install_requirements(reqs, *extra, if os.path.exists(reqs): args.append('-r') # --requirement args.append(reqs) + + if "USE_BINARY_PACKAGES" not in os.environ: + # Force recompilation: + args.extend(["--no-binary", ":all:"]) + return run_pip('install', *args, **kwargs) pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy