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
Read the Docs username (if applicable): brunorijsman
Expected Result
Build succeeds
Actual Result
Build fails with following error message:
ImportError: cannot import name 'PackageFinder' from 'pip._internal.index' (/home/docs/checkouts/readthedocs.org/user_builds/cascade-python/envs/latest/lib/python3.7/site-packages/pip/_internal/index/init.py)
Details
Expected Result
Build succeeds
Actual Result
Build fails with following error message:
ImportError: cannot import name 'PackageFinder' from 'pip._internal.index' (/home/docs/checkouts/readthedocs.org/user_builds/cascade-python/envs/latest/lib/python3.7/site-packages/pip/_internal/index/init.py)
Additional details
Stackoverflow discussion: https://stackoverflow.com/questions/59846065
One stackoverflow user hypothesized that it is related to the recent release of pip 20.0.0 followed immediately by hotpath 20.0.1
The text was updated successfully, but these errors were encountered: