6 Jul
2020
6 Jul
'20
9:36 p.m.
My fault, for some reason sphinx from brew installed its own private python so I had to do the pip at that.
On Jul 6, 2020, at 9:03 PM, Jed Brown <[email protected]> wrote:
Barry Smith <[email protected]> writes:
Apple's python 2 doesn't use pip
$ sudo easy_install src/docs/sphinx_docs/requirements.txt Processing requirements.txt error: Not a recognized archive type: src/docs/sphinx_docs/requirements.txt
Is this thing supported only for python3?
Perhaps. Python2 is EOL. Try this
python3 -m pip install --user -r src/docs/sphinx_docs/requirements.txt
2225
Age (days ago)
2225
Last active (days ago)
0 comments
1 participants
participants (1)
-
Barry Smith