Created
December 9, 2016 22:24
-
-
Save rwblair/0bbe074ed6cdb49f472871a338859545 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Sphinx version: 1.4.6 | |
# Python version: 3.5.2 (CPython) | |
# Docutils version: 0.12 release | |
# Jinja2 version: 2.8 | |
# Last messages: | |
# Loaded extensions: | |
Traceback (most recent call last): | |
File "/home/rwblair/.anaconda3/lib/python3.5/site-packages/Sphinx-1.4.6-py3.5.egg/sphinx/cmdline.py", line 243, in main | |
opts.warningiserror, opts.tags, opts.verbosity, opts.jobs) | |
File "/home/rwblair/.anaconda3/lib/python3.5/site-packages/Sphinx-1.4.6-py3.5.egg/sphinx/application.py", line 137, in __init__ | |
confoverrides or {}, self.tags) | |
File "/home/rwblair/.anaconda3/lib/python3.5/site-packages/Sphinx-1.4.6-py3.5.egg/sphinx/config.py", line 287, in __init__ | |
execfile_(filename, config) | |
File "/home/rwblair/.anaconda3/lib/python3.5/site-packages/Sphinx-1.4.6-py3.5.egg/sphinx/util/pycompat.py", line 130, in execfile_ | |
exec_(code, _globals) | |
File "conf.py", line 22, in <module> | |
import nipype | |
File "/home/rwblair/projects/nipype/nipype/__init__.py", line 13, in <module> | |
from .utils.config import NipypeConfig | |
File "/home/rwblair/projects/nipype/nipype/utils/config.py", line 15, in <module> | |
from future import standard_library | |
ImportError: No module named 'future' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment