Mailing List Archive

[issue45267] New install Python 3.9.7 install of Sphinx Document Generator fails
New submission from Paul Broe <pcbroe@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@bugs.python.org>
<https://bugs.python.org/issue45267>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue45267] New install Python 3.9.7 install of Sphinx Document Generator fails [ In reply to ]
Ronald Oussoren <ronaldoussoren@mac.com> added the comment:

The error in the attached file says that one of the dependencies could not be found, in particular the "packaging" library.

This doesn't look like a bug in CPython or pip, but more a general support question. I kindly ask you to visit one of the python forums or mail lists (for example https://discuss.python.org).

----------
nosy: +ronaldoussoren
resolution: -> not a bug
stage: -> resolved
status: open -> pending
type: -> behavior

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue45267>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue45267] New install Python 3.9.7 install of Sphinx Document Generator fails [ In reply to ]
Paul Broe <pcbroe@gmail.com> added the comment:

Good Morning:

I was able to resolve the issue based on your assistance. I created this
topic at github.com

https://github.com/sphinx-doc/sphinx/issues/9669

Someone answered it and it was simple:

Thank you so much. That was it. I thought it was looking for a package but I
completely missed the fact that the package name was package. I can't
connect to the internet from my machines. So, I have to download everything
manually from PyPI.

I added packages pyparsing and packaging ...
And

Building wheels for collected packages: sphinx
Building wheel for sphinx (setup.py) ... done
Created wheel for sphinx: filename=Sphinx-4.2.0-py3-none-any.whl
size=3061858
sha256=c5b28f87749557dc8c06b9820c748d6c5e764e32f2f25620d08b3259993ea90a
Stored in directory:
/usr/opt/oracle/.cache/pip/wheels/31/d2/bc/aa1cbddf1cd38373f4632ab20b0e3400f
037bcf271b50b2397
Successfully built sphinx
Installing collected packages: sphinx
Successfully installed sphinx-4.2.0

You can close the issue.. It was not a python bug

----------
status: pending -> open

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue45267>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue45267] New install Python 3.9.7 install of Sphinx Document Generator fails [ In reply to ]
Change by Terry J. Reedy <tjreedy@udel.edu>:


----------
status: open -> closed

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue45267>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com