pip version conflict #124
-
After following the instructions, I tried
|
Beta Was this translation helpful? Give feedback.
Answered by
rehanhaider
Aug 4, 2022
Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
This means that Sphinx is outdated and hasn't been updated to handle latest python3 -m pip install --upgrade pip==20.0.2 Then try to install sphinx again. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rehanhaider
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 runningThen try to install sphinx again.