-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- this has been "broken" since end of july (when pip 24.2 released) - it's unclear when the underlying problem was fixed (if it was?) - I suspect github might have improved their networking? or gcp? - we haven't seen ReadTimeout errors though so presumably something in pip changed to resolve this - we can always bring this back later with the correct `retry` decorator -- but it's simpler to just remove this! ``` working around pypa/pip#12383 (comment) writing: /home/runner/work/sentry/sentry/.venv/lib/python3.12/site-packages/sentry-pip-hack.pth Error processing line 1 of /home/runner/work/sentry/sentry/.venv/lib/python3.12/site-packages/sentry-pip-hack.pth: Traceback (most recent call last): File "<frozen site>", line 206, in addpackage File "<string>", line 1, in <module> File "<string>", line 2, in <module> ModuleNotFoundError: No module named 'pip._vendor.tenacity' Remainder of file ignored ``` getsentry first: getsentry/getsentry#15456 <!-- Describe your PR here. -->
- Loading branch information
1 parent
cfebf45
commit 6ddaa27
Showing
7 changed files
with
8 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.