RStudio Package Manager Pypi 403

With the full understanding that the Pypi repository support is Beta, in an effort to continue to test/work with the product I want to see if anyone else is encountering the same issue.

While there have been, as expected, gaps in the syncs for Pypi, I noticed recently no updates have been retrieved since the last successful one on 5/27. Also, when pulling down more recent/latest versions of packages via pip I encounter 404 errors from the RStudio Package Manager repo URL.

Collecting boto3
  ERROR: HTTP error 404 while getting https://internal-server-xyz/pypi/latest/packages/c75465a1780c2fd3908528d68f51f640cc608419e0f7f63ff33b592276a50bae/boto3-1.17.82-py2.py3-none-any.whl#sha256=c75465a1780c2fd3908528d68f51f640cc608419e0f7f63ff33b592276a50bae (from https://internal-server-xyz/pypi/latest/simple/boto3/) (requires-python:>= 2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*)
ERROR: Could not install requirement boto3 from https://internal-server-xyz/pypi/latest/packages/c75465a1780c2fd3908528d68f51f640cc608419e0f7f63ff33b592276a50bae/boto3-1.17.82-py2.py3-none-any.whl#sha256=c75465a1780c2fd3908528d68f51f640cc608419e0f7f63ff33b592276a50bae because of HTTP error 404 Client Error: Not Found for url: https://internal-server-xyz/pypi/latest/packages/c75465a1780c2fd3908528d68f51f640cc608419e0f7f63ff33b592276a50bae/boto3-1.17.82-py2.py3-none-any.whl for URL https://internal-server-xyz/pypi/latest/packages/c75465a1780c2fd3908528d68f51f640cc608419e0f7f63ff33b592276a50bae/boto3-1.17.82-py2.py3-none-any.whl#sha256=c75465a1780c2fd3908528d68f51f640cc608419e0f7f63ff33b592276a50bae (from https://internal-server-xyz/pypi/latest/simple/boto3/) (requires-python:>= 2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*)

When troubleshooting to see if perhaps there was an internal change for our server/network I noticed this in the RSPM log for my most recent attempt:

2021/06/14 15:11:45 DownloadBinaryEtagRunner.Run() returned error: GET "https://rspm-sync.rstudio.com/pypi/packages/boto3-1.17.82-py2.py3-none-any.whl@c75465a1780c2fd3908528d68f51f640cc608419e0f7f63ff33b592276a50bae": unexpected HTTP status 403

Is this expected, as in has the Beta process required a lockdown of the https://rspm-sync.rstudio.com/pypi/ endpoint? Happy to pull more logs or do more troubleshooting on my end if I'm the only one seeing this.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.