This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pbroe
Recipients pbroe
Date 2021-09-22.22:21:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632349305.85.0.928032648736.issue45267@roundup.psfhosted.org>
In-reply-to
Content
Brand new build of Python 3.9.7 on RHEL 7.  Placed in /usr/local/python3

Created new python environment

cd /usr/opt/oracle/
 python3 -m venv py3-sphinx
source /usr/opt/oracle/py3-sphinx/bin/activate
Now verify that python is now linked to Python 3.
In this virtual environment python  python3
python -V
Python 3.9.7

I installed all the pre-requisites correctly for Sphinx 4.2.0
See the output of the command in the attached file
command:
pip install -vvv --no-index --find-link=/usr/opt/oracle/downloads/python-addons sphinx
History
Date User Action Args
2021-09-22 22:21:45pbroesetrecipients: + pbroe
2021-09-22 22:21:45pbroesetmessageid: <1632349305.85.0.928032648736.issue45267@roundup.psfhosted.org>
2021-09-22 22:21:45pbroelinkissue45267 messages
2021-09-22 22:21:45pbroecreate