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

Error initializing submodule html #65

Closed
crosenth opened this issue Jan 22, 2014 · 3 comments
Closed

Error initializing submodule html #65

crosenth opened this issue Jan 22, 2014 · 3 comments

Comments

@crosenth
Copy link
Member

pip install git+https://github.com/fhcrc/taxtastic.git

Downloading/unpacking git+https://github.com/fhcrc/taxtastic.git
Cloning https://github.com/fhcrc/taxtastic.git to /tmp/pip-jMNglF-build
Found command 'git' at '/usr/bin/git'
Running command /usr/bin/git clone -q https://github.com/fhcrc/taxtastic.git /tmp/pip-jMNglF-build
Running command /usr/bin/git submodule update --init --recursive -q
Complete output from command /usr/bin/git submodule update --init --recursive -q:


Cleaning up...
Command /usr/bin/git submodule update --init --recursive -q failed with error code 1 in /tmp/pip-jMNglF-build
Exception information:
Traceback (most recent call last):
File "/home/local/AMC/crosenth/env/lib/python2.7/site-packages/pip-1.5.1-py2.7.egg/pip/basecommand.py", line 122, in main
status = self.run(options, args)
File "/home/local/AMC/crosenth/env/lib/python2.7/site-packages/pip-1.5.1-py2.7.egg/pip/commands/install.py", line 274, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
File "/home/local/AMC/crosenth/env/lib/python2.7/site-packages/pip-1.5.1-py2.7.egg/pip/req.py", line 1173, in prepare_files
self.unpack_url(url, location, self.is_download)
File "/home/local/AMC/crosenth/env/lib/python2.7/site-packages/pip-1.5.1-py2.7.egg/pip/req.py", line 1313, in unpack_url
return unpack_vcs_link(link, loc, only_download)
File "/home/local/AMC/crosenth/env/lib/python2.7/site-packages/pip-1.5.1-py2.7.egg/pip/download.py", line 344, in unpack_vcs_link
vcs_backend.unpack(location)
File "/home/local/AMC/crosenth/env/lib/python2.7/site-packages/pip-1.5.1-py2.7.egg/pip/vcs/init.py", line 240, in unpack
self.obtain(location)
File "/home/local/AMC/crosenth/env/lib/python2.7/site-packages/pip-1.5.1-py2.7.egg/pip/vcs/git.py", line 113, in obtain
self.update_submodules(dest)
File "/home/local/AMC/crosenth/env/lib/python2.7/site-packages/pip-1.5.1-py2.7.egg/pip/vcs/git.py", line 192, in update_submodules
cwd=location)
File "/home/local/AMC/crosenth/env/lib/python2.7/site-packages/pip-1.5.1-py2.7.egg/pip/util.py", line 697, in call_subprocess
% (command_desc, proc.returncode, cwd))
InstallationError: Command /usr/bin/git submodule update --init --recursive -q failed with error code 1 in /tmp/pip-jMNglF-build

@cmccoy
Copy link
Member

cmccoy commented Jan 22, 2014

I wasn't able to reproduce this in a clean virtualenv. Could you try the git invocations without -q to see what went wrong?

@crosenth
Copy link
Member Author

We're having firewall issues here, sorry. I switched the dev branch to download the html module using port 443.

@crosenth
Copy link
Member Author

I also changed to https on the master branch because, apparently, pip inits all submodules before it checks out the correct branch.

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

2 participants