Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: cannot import name dummy_reporter #97

Open
fraoustin opened this issue Feb 16, 2018 · 4 comments
Open

ImportError: cannot import name dummy_reporter #97

fraoustin opened this issue Feb 16, 2018 · 4 comments

Comments

@fraoustin
Copy link

when run ablog, i have

fraoustin@debian:~/ablog$ ablog build
Traceback (most recent call last):
File "/usr/local/bin/ablog", line 7, in
from ablog.commands import ablog_main
File "/usr/local/lib/python2.7/dist-packages/ablog/init.py", line 5, in
from .blog import Blog, CONFIG
File "/usr/local/lib/python2.7/dist-packages/ablog/blog.py", line 21, in
from sphinx.environment import dummy_reporter
ImportError: cannot import name dummy_reporter

ablog version 0.8.4
sphinx 1.7.0

@nabobalis
Copy link

There is currently several issues with Ablog and the lastest release of Sphinx. Hopefully I will get a new release soon.

@emacsway
Copy link

👍

@fraoustin
Copy link
Author

ok it's work with sphinx version 1.5.2, In your setup.py it's necessary to identify this version
install_requires=['Werkzeug', 'Sphinx==1.5.2', 'alabaster', 'invoke', 'python-dateutil']
thank you

@nabobalis
Copy link

A new version of Ablog (v0.9.0) is out at this repo.

This issue should be fixed now but we made it explicitly support Sphinx>=1.6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants