-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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: No module named 'recommonmark' #1359
Comments
…ssue seems to come from read the docs, see readthedocs/readthedocs.org#1359
Might be a failed deploy again like in #1254. |
This is actually a duplicate of the Alabaster encoding bug at #1350 |
@agjohnson I don't understand. The error message is entirely different, and I don't even have a I've looked through the project a bit more closely and...
|
It does look related to me, are you using python3.4 locally? Here's the root failure, emitted on your build during the doc_build stage:
which means recommonmark wasn't installed during that phase and would throw the error you see above. It's a problem with us not cascading failures up to the builder at that stage. |
@agjohnson Now I'm extremely confused. In the requirements section, I see this:
But above that, I see this:
According to PEP 440, this is not a permissible substitution. I said Is Read The Docs on the latest Pip? If so, can you help me gather information so I can file a bug report with the Pip developers? Out of curiosity, are you installing Sphinx into the virtualenv before processing my requirements? If so, that would explain why 0.7.5 is getting installed even though I specifically said not to use it. (As for Python 3.4, my documentation flat-out doesn't build under earlier versions of Python, so I know I'm using 3.4) |
This looks pretty similar to #1254, though the error message is slightly different:
This might be a Sphinx bug, but I'm not really sure how to determine that.
I commented on the old bug yesterday, but since it didn't get reopened, I assumed it would be best to open a brand-new bug.
The text was updated successfully, but these errors were encountered: