Skip to content

Instantly share code, notes, and snippets.

@chompomonim
Created May 21, 2015 12:06
Show Gist options
  • Save chompomonim/d1faa9c9ca10cc4f0597 to your computer and use it in GitHub Desktop.
Save chompomonim/d1faa9c9ca10cc4f0597 to your computer and use it in GitHub Desktop.
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /vagrant/env/build/Cheetah
Storing debug log for failure in /home/vagrant/.pip/pip.log
make: *** [env] Error 1
vagrant@vagrant-ubuntu-trusty-64:/vagrant$ make
./waf virtualenv
virtualenv --no-site-packages env
New python executable in env/bin/python
Installing setuptools, pip...done.
env/bin/pip install Cheetah Babel
Downloading/unpacking Cheetah
Downloading Cheetah-2.4.4.tar.gz (190kB): 190kB downloaded
Running setup.py (path:/vagrant/env/build/Cheetah/setup.py) egg_info for package Cheetah
Traceback (most recent call last):
File "<string>", line 3, in <module>
ImportError: No module named command
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 3, in <module>
ImportError: No module named command
----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /vagrant/env/build/Cheetah
Storing debug log for failure in /home/vagrant/.pip/pip.log
make: *** [env] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment