BUG: Investigate PIP Repo on the Artifactory possibly being down
I have received an email requesting that we investigate the possibility of AAW Artifactory being down. The following is the discussion that was passed on by email on May 27th by Sebastien Chiasson:
Yann: looks like the pip repo on the AAW Artifactory is down. It was working last week. Can you investigate? It’s here: https://jfrog.aaw.cloud.statcan.ca/artifactory/api/pypi/pypi-remote/simple.
Can someone investigate the issue.
ON PROD (this probably will not work on dev), I just did
pip uninstall pandas and then pip install pandas and it worked out just fine. XRAY as well is alive and healthy.
Output
Successfully uninstalled pandas-1.4.2
(base) jovyan@piptest-0:~$ pip install pandas
Looking in indexes: http://...:8081/artifactory/api/pypi/pypi-remote/simple
Collecting pandas
Downloading http://...:8081/artifactory/api/pypi/pypi-remote/packages/packages/12/07/e82b5defa695f09dd0ab1aecda886eb1c1aa6807c34ac3a0d691dc64503c/pandas-1.4.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.7 MB)
|████████████████████████████████| 11.7 MB 37.3 MB/s
Requirement already satisfied: numpy>=1.18.5 in /opt/conda/lib/python3.8/site-packages (from pandas) (1.21.6)
Requirement already satisfied: pytz>=2020.1 in /opt/conda/lib/python3.8/site-packages (from pandas) (2021.3)
Requirement already satisfied: python-dateutil>=2.8.1 in /opt/conda/lib/python3.8/site-packages (from pandas) (2.8.2)
Requirement already satisfied: six>=1.5 in /opt/conda/lib/python3.8/site-packages (from python-dateutil>=2.8.1->pandas) (1.15.0)
Installing collected packages: pandas
Successfully installed pandas-1.4.2
Closing as stale, artifactory is up