Question:
I ran pip install -r requirements.txt
These are the dependencies in requirements.txt:
reflex
pandas
yfinance
requests
pyrebase4
email_validator
python-dotenv
urllib3==1.26.15
requests-toolbelt==0.10.1
Iβm on a pro plan, but this command has been taking hours to resolve. It looks like pip is looking at multiple versions to figure out compatibility as you can see from the example logs below.
What can I do to stop repl.it from looping through each version so that my dependencies are installed faster?
Example logs:
INFO: pip is looking at multiple versions of requests to determine which version is compatible with other requirements. This could take a while.
Collecting requests
Downloading requests-2.30.0-py3-none-any.whl (62 kB)
|ββββββββββββββββββββββββββββββββ| 62 kB 3.4 MB/s
Downloading requests-2.29.0-py3-none-any.whl (62 kB)
|ββββββββββββββββββββββββββββββββ| 62 kB 2.5 MB/s
Using cached requests-2.28.2-py3-none-any.whl