You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, when the build process runs pip install --extra-index-url https://www-bd.fnal.gov/pip3 -r requirements.txt it fails with the error ERROR: Could not find a version that satisfies the requirement acsys==0.10.0 (from versions: none). (This file version exists in the package repository.)
We should understand what pip is looking for to determine the version number. I thought it was the file name, which includes the version number, but maybe it's unpacking each package to find the version number? 🤷🏻
The text was updated successfully, but these errors were encountered:
For some reason, when the build process runs
pip install --extra-index-url https://www-bd.fnal.gov/pip3 -r requirements.txt
it fails with the errorERROR: Could not find a version that satisfies the requirement acsys==0.10.0 (from versions: none)
. (This file version exists in the package repository.)We should understand what pip is looking for to determine the version number. I thought it was the file name, which includes the version number, but maybe it's unpacking each package to find the version number? 🤷🏻
The text was updated successfully, but these errors were encountered: