FS#28371 - [python-distribute] does not detect docutils
Attached to Project:
Arch Linux
Opened by Allan McRae (Allan) - Sunday, 12 February 2012, 03:26 GMT
Last edited by Allan McRae (Allan) - Friday, 18 May 2012, 13:36 GMT
Opened by Allan McRae (Allan) - Sunday, 12 February 2012, 03:26 GMT
Last edited by Allan McRae (Allan) - Friday, 18 May 2012, 13:36 GMT
|
Details
Description:
Traceback (most recent call last): File "/usr/bin/sphinx-build", line 5, in <module> from pkg_resources import load_entry_point File "/usr/lib/python3.2/site-packages/pkg_resources.py", line 2708, in <module> working_set.require(__requires__) File "/usr/lib/python3.2/site-packages/pkg_resources.py", line 686, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python3.2/site-packages/pkg_resources.py", line 584, in resolve raise DistributionNotFound(req) pkg_resources.DistributionNotFound: docutils>=0.7 > pacman -Qi docutils Name : docutils Version : 0.8.1-1 |
This task depends upon
Comment by
Stéphane Gaudreault (stephane) -
Friday, 17 February 2012, 11:20 GMT
Looks like docutils was only built for python2. Does it works if
you rebuild it with python3 ?
Comment by
Stéphane Gaudreault (stephane) -
Friday, 18 May 2012, 13:25 GMT
Is this still an issue ?
Comment by Allan McRae (Allan) -
Friday, 18 May 2012, 13:36 GMT
I can not remember what I built to get this error... but running
"from pkg_resources import load_entry_point" in python3 gives no
errors so I assume it is fixed.