Skip to content

Instantly share code, notes, and snippets.

@HeinrichApfelmus
Created January 20, 2014 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HeinrichApfelmus/8520620 to your computer and use it in GitHub Desktop.
Save HeinrichApfelmus/8520620 to your computer and use it in GitHub Desktop.
Log of a failed installation of IPython when running `IHaskell notebook`.
------------------------------------------------------------
/Users/apfelmus/.ihaskell/ipython/bin/pip run on Sun Jan 19 23:56:41 2014
Obtaining ipython from git+https://github.com/ipython/ipython.git@9c922f54af799704f4000aeee94ec7c74cada194#egg=ipython-dev
Cloning https://github.com/ipython/ipython.git (to 9c922f54af799704f4000aeee94ec7c74cada194) to /Users/apfelmus/.ihaskell/ipython/src/ipython
Found command 'git' at '/opt/local/bin/git'
Running command /opt/local/bin/git clone -q https://github.com/ipython/ipython.git /Users/apfelmus/.ihaskell/ipython/src/ipython
Running command /opt/local/bin/git submodule update --init --recursive -q
Running command /opt/local/bin/git tag -l
1.0.0a1
dev-0.11
rel-0.10
rel-0.10.1
rel-0.10.2
rel-0.11
rel-0.12
rel-0.12.1
rel-0.13
rel-0.13.1
rel-0.13.2
rel-0.8.4
rel-0.9
rel-0.9.1
rel-1.0.0
rel-1.1.0
Running command /opt/local/bin/git rev-parse 1.0.0a1
9ee1a0032681ee0e09df1e73d06f758bae97ee20
Running command /opt/local/bin/git rev-parse dev-0.11
31ce543b1a891fcecce69b8582f75a752a513dbf
Running command /opt/local/bin/git rev-parse rel-0.10
1f17a70528e38c88ceb2bba643d40d5c8d48ba26
Running command /opt/local/bin/git rev-parse rel-0.10.1
3583d233b96199feb82ffd84c27fca419ebe514c
Running command /opt/local/bin/git rev-parse rel-0.10.2
477d5cc5ddd680f724a71b1fe897f579e8bd9f10
Running command /opt/local/bin/git rev-parse rel-0.11
c1ab71afa4defc5f9ce4cce2945dbdd7b5b5a3ca
Running command /opt/local/bin/git rev-parse rel-0.12
211d7ff0f9b19712025ba77afe3b27e4c7d85925
Running command /opt/local/bin/git rev-parse rel-0.12.1
763ef1fa3dfcc137b817e0254a1cf361b491cb78
Running command /opt/local/bin/git rev-parse rel-0.13
da134db6251db9e9410d17587088c93bb56da382
Running command /opt/local/bin/git rev-parse rel-0.13.1
177894e7f13d7fd95875ebffc2ca9dff2a2850c5
Running command /opt/local/bin/git rev-parse rel-0.13.2
66da49015c64661b4bc7af7e7550b68521622405
Running command /opt/local/bin/git rev-parse rel-0.8.4
619ebbc03e1b2ddd73c0827a2c2eb31a0b2b31cf
Running command /opt/local/bin/git rev-parse rel-0.9
76706c4153cecc4e27cc7bd26508e564580ed7ff
Running command /opt/local/bin/git rev-parse rel-0.9.1
fab347b9849385b87d2ee873d27adf3985938449
Running command /opt/local/bin/git rev-parse rel-1.0.0
0682fef199d870d7d8d86f912aa200afd2544f32
Running command /opt/local/bin/git rev-parse rel-1.1.0
d20e801422c5283a0e6dbdbbb6ec2adf8037a465
Running command /opt/local/bin/git branch -r
origin/0.10.2
origin/0.12.1
origin/0.13.x
origin/1.x
origin/HEAD -> origin/master
origin/master
origin/nbconvert
Running command /opt/local/bin/git branch -l
* master
Running command /opt/local/bin/git rev-parse origin/0.10.2
a461e27036ebb0f4a2b88f0afbedfcdd822644be
Running command /opt/local/bin/git rev-parse origin/0.12.1
ea199a6ddc6cd80f46d0c106c7c7db95ebadc985
Running command /opt/local/bin/git rev-parse origin/0.13.x
858d539befd50a1bcb700f217061e72cc4fed859
Running command /opt/local/bin/git rev-parse origin/1.x
341c046c7ce22c633daf3cb12f3f439c6f376056
Running command /opt/local/bin/git rev-parse origin/HEAD
dea60d42cf67e2713ad296f79f6962be0a4d7cd3
Running command /opt/local/bin/git rev-parse origin/master
dea60d42cf67e2713ad296f79f6962be0a4d7cd3
Running command /opt/local/bin/git rev-parse origin/nbconvert
acd2e7d2fe8a70d2b368ebf46848d1b03384f538
Running command /opt/local/bin/git rev-parse master
dea60d42cf67e2713ad296f79f6962be0a4d7cd3
Could not find a tag or branch '9c922f54af799704f4000aeee94ec7c74cada194', assuming commit.
Running command /opt/local/bin/git rev-parse HEAD
dea60d42cf67e2713ad296f79f6962be0a4d7cd3
Running command /opt/local/bin/git checkout -q 9c922f54af799704f4000aeee94ec7c74cada194
Running setup.py egg_info for package ipython
Cannot build / install IPython with unclean submodules
Please update submodules with
python setup.py submodule
or
git submodule update
or commit any submodule changes you have made.
Complete output from command python setup.py egg_info:
Cannot build / install IPython with unclean submodules
Please update submodules with
python setup.py submodule
or
git submodule update
or commit any submodule changes you have made.
----------------------------------------
Command python setup.py egg_info failed with error code 1 in /Users/apfelmus/.ihaskell/ipython/src/ipython
Exception information:
Traceback (most recent call last):
File "/Users/apfelmus/.ihaskell/ipython/lib/python2.7/site-packages/pip-1.3-py2.7.egg/pip/basecommand.py", line 139, in main
status = self.run(options, args)
File "/Users/apfelmus/.ihaskell/ipython/lib/python2.7/site-packages/pip-1.3-py2.7.egg/pip/commands/install.py", line 266, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
File "/Users/apfelmus/.ihaskell/ipython/lib/python2.7/site-packages/pip-1.3-py2.7.egg/pip/req.py", line 1008, in prepare_files
req_to_install.run_egg_info()
File "/Users/apfelmus/.ihaskell/ipython/lib/python2.7/site-packages/pip-1.3-py2.7.egg/pip/req.py", line 236, in run_egg_info
command_desc='python setup.py egg_info')
File "/Users/apfelmus/.ihaskell/ipython/lib/python2.7/site-packages/pip-1.3-py2.7.egg/pip/util.py", line 662, in call_subprocess
% (command_desc, proc.returncode, cwd))
InstallationError: Command python setup.py egg_info failed with error code 1 in /Users/apfelmus/.ihaskell/ipython/src/ipython
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment