fermi-ad / acsys-python

Python module to access the Fermilab Control System
MIT License
8 stars 2 forks source link

pip repository is no longer public #65

Open beauremus opened 2 years ago

beauremus commented 2 years ago

This was noticed by the datalogger-to-ml project, whose GitHub workflow build depends on having access to our pip repo.

We should figure out how to accommodate this.

rneswold commented 2 years ago

Our --extra-url wasn't working? Blocked by the firewall?

beauremus commented 2 years ago

That's correct. The build from GitHub using pip install --extra-index-url https://www-bd.fnal.gov/pip3 acsys produces

ERROR: Could not find a version that satisfies the requirement acsys (from versions: none)
ERROR: No matching distribution found for acsys

This context may be useful https://github.com/fermi-controls/datalogger-to-ml/issues/38 https://github.com/fermi-controls/datalogger-to-ml/issues/39