FS#41981 - [python-sphinx] /usr/bin/sphinx-build - Entry point ('console_scripts', 'sphinx-build') not found

Attached to Project: Community Packages
Opened by Damjan Georgievski (damjan) - Monday, 15 September 2014, 15:38 GMT
Last edited by Sébastien Luttringer (seblu) - Friday, 26 September 2014, 09:35 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sébastien Luttringer (seblu)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

$ pacman -Qo /usr/bin/sphinx-build
/usr/bin/sphinx-build is owned by python-sphinx 1.2.3-1

$ /usr/bin/sphinx-build
Traceback (most recent call last):
File "/usr/bin/sphinx-build", line 9, in <module>
load_entry_point('Sphinx==1.2.3', 'console_scripts', 'sphinx-build')()
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 356, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2471, in load_entry_point
raise ImportError("Entry point %r not found" % ((group, name),))
ImportError: Entry point ('console_scripts', 'sphinx-build') not found

This task depends upon

Closed by  Sébastien Luttringer (seblu)
Friday, 26 September 2014, 09:35 GMT
Reason for closing:  Not a bug
Comment by Sébastien Luttringer (seblu) - Friday, 26 September 2014, 08:26 GMT
You sphinx-build is looking for modules in python2 libraries instead of python3.

Did you trick something around /usr/bin/python symlink?
Comment by Damjan Georgievski (damjan) - Friday, 26 September 2014, 09:19 GMT
ohh, completely forgot about it.
sorry - my mistake.

Loading...