I have written this code in google collab in python: !pip install -r requirements.txt and getting this output:
Collecting astropy==2.0.3 (from -r requirements.txt (line 1)) Downloading astropy-2.0.3.tar.gz (8.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.3/8.3 MB 10.6 MB/s eta 0:00:00 error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip. Preparing metadata (setup.py) ... error error: metadata-generation-failed
× Encountered error while generating package metadata. ╰─> See above for output.
note: This is an issue with the package mentioned above, not pip. hint: See above for details.
Please help me to install requirments.txt file. I have downloaded this files from github as zipfile and then uploaded to google collab then unzip it.
when I tried to install each manually without version, it worked though some didn't. but it is a hassle to install each manually. i want to install the requirments.txt file directly