Skip to content

pip version conflict #124

Answered by rehanhaider
mgoldenbe asked this question in Q&A
Aug 3, 2022 · 2 comments · 1 reply
Discussion options

You must be logged in to vote
pkg_resources.VersionConflict: (pip 22.2.1 (/usr/local/lib/python3.10/dist-packages), Requirement.parse('pip==20.0.2'))

This means that Sphinx is outdated and hasn't been updated to handle latest pip version. You might want to downgrade the version of the pip by running

python3 -m pip install --upgrade pip==20.0.2

Then try to install sphinx again.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@mgoldenbe
Comment options

Answer selected by rehanhaider
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #123 on August 04, 2022 07:58.