[issue45267] New install Python 3.9.7 install of Sphinx Document Generator fails

Paul Broe report at bugs.python.org
Wed Sep 22 18:21:45 EDT 2021


New submission from Paul Broe <pcbroe at gmail.com>:

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

----------
components: Demos and Tools
files: Sphinx install output.txt
messages: 402472
nosy: pcbroe
priority: normal
severity: normal
status: open
title: New install Python 3.9.7 install of Sphinx Document Generator fails
versions: Python 3.9
Added file: https://bugs.python.org/file50295/Sphinx install output.txt

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45267>
_______________________________________


More information about the Python-bugs-list mailing list