[petsc-dev] Sphinx error
Jed Brown
jed at jedbrown.org
Mon Jul 6 21:03:22 CDT 2020
Barry Smith <bsmith at petsc.dev> 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
More information about the petsc-dev
mailing list