[Github-comments] [geany/geany] ModuleNotFoundError: No module named 'docutils' (#2819)
Andy Alt
notifications at xxxxx
Thu Jun 3 02:08:03 UTC 2021
Make is quitting with errors.
I'm still trying to troubleshoot this. Must be a missing package on my system, but the configure script seems to be not noticing.
At git rev https://github.com/geany/geany/commit/b524a58e12e85c94a32f64fb72615978b2628af1
```
Install Geany in : /usr/local
Compiling Git revision : b524a58e
Using GTK version : 3.24.5
Enable binary relocation : no
Build with plugin support : yes
Use (UNIX domain) socket support : yes
Use virtual terminal support (VTE) : yes
Build HTML documentation : yes
Build PDF documentation : no
Build API documentation : yes
Generate GtkDoc header : no
Configuration is done OK.
```
[config.log](https://github.com/geany/geany/files/6588377/config.log)
```
Making all in po
make[2]: Entering directory '/home/andy/src/Geany/geany/po'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/andy/src/Geany/geany/po'
Making all in doc
make[2]: Entering directory '/home/andy/src/Geany/geany/doc'
GEN geany.html
GEN hacking.html
GEN Doxyfile.stamp
Traceback (most recent call last):
File "/usr/bin/rst2html", line 17, in <module>
from docutils.core import publish_cmdline, default_description
[config.log](https://github.com/geany/geany/files/6588376/config.log)
Traceback (most recent call last):
File "/usr/bin/rst2html", line 17, in <module>
from docutils.core import publish_cmdline, default_description
ModuleNotFoundError: No module named 'docutils'
make[2]: *** [Makefile:832: geany.html] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [Makefile:835: hacking.html] Error 1
make[2]: Leaving directory '/home/andy/src/Geany/geany/doc'
make[1]: *** [Makefile:599: all-recursive] Error 1
make[1]: Leaving directory '/home/andy/src/Geany/geany'
make: *** [Makefile:483: all] Error 2
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2819
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20210602/956aa774/attachment-0001.htm>
More information about the Github-comments
mailing list