Error when pip install -r requirements-rtd.txt
for contributing to docs
#1459
PaulScemama
started this conversation in
General
Replies: 1 comment 1 reply
-
In general, it's best to use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When running the command
pip install -r requirements-rtd.txt
, an issue arises withuse_2to3
. This says it is due tosetuptools>=58
breaking support foruse_2to3
. The changelog forsetuptools
notes:I resolved the issue by
pip install setuptools==58
and thenpip install -r requirements-rtd.txt
.Not entirely sure what the best option is to fix this.
Beta Was this translation helpful? Give feedback.
All reactions