Skip to content

Instantly share code, notes, and snippets.

@kinnou02
Created March 30, 2016 08:05
Show Gist options
  • Save kinnou02/d213606a5aee3ff5784686068ec3f5de to your computer and use it in GitHub Desktop.
Save kinnou02/d213606a5aee3ff5784686068ec3f5de to your computer and use it in GitHub Desktop.
log
[[email protected]] out: Requirement already up-to-date: wsgiref==0.1.2 in /usr/lib/python2.7 (from -r /tmp/tyr_requirements.txt (line 28))
[[email protected]] out: Collecting setuptools (from Flask-SQLAlchemy==1.0->-r /tmp/tyr_requirements.txt (line 4))
[[email protected]] out: Downloading setuptools-20.4-py2.py3-none-any.whl (508kB)
[[email protected]] out: Installing collected packages: Flask-RESTful-master, setuptools
[[email protected]] out: Running setup.py install for Flask-RESTful-master
[[email protected]] out: Found existing installation: setuptools 20.3.1
[[email protected]] out: Uninstalling setuptools-20.3.1:
[[email protected]] out: Successfully uninstalled setuptools-20.3.1
[[email protected]] out: Rolling back uninstall of setuptools
[[email protected]] out: Exception:
[[email protected]] out: Traceback (most recent call last):
[[email protected]] out: File "/usr/local/lib/python2.7/dist-packages/pip/basecommand.py", line 211, in main
[[email protected]] out: status = self.run(options, args)
[[email protected]] out: File "/usr/local/lib/python2.7/dist-packages/pip/commands/install.py", line 311, in run
[[email protected]] out: root=options.root_path,
[[email protected]] out: File "/usr/local/lib/python2.7/dist-packages/pip/req/req_set.py", line 646, in install
[[email protected]] out: **kwargs
[[email protected]] out: File "/usr/local/lib/python2.7/dist-packages/pip/req/req_install.py", line 803, in install
[[email protected]] out: self.move_wheel_files(self.source_dir, root=root)
[[email protected]] out: File "/usr/local/lib/python2.7/dist-packages/pip/req/req_install.py", line 998, in move_wheel_files
[[email protected]] out: isolated=self.isolated,
[[email protected]] out: File "/usr/local/lib/python2.7/dist-packages/pip/wheel.py", line 242, in move_wheel_files
[[email protected]] out: name, user=user, home=home, root=root, isolated=isolated
[[email protected]] out: File "/usr/local/lib/python2.7/dist-packages/pip/locations.py", line 183, in distutils_scheme
[[email protected]] out: i = d.get_command_obj('install', create=True)
[[email protected]] out: File "/usr/lib/python2.7/distutils/dist.py", line 845, in get_command_obj
[[email protected]] out: klass = self.get_command_class(command)
[[email protected]] out: File "/usr/local/lib/python2.7/dist-packages/setuptools/dist.py", line 430, in get_command_class
[[email protected]] out: self.cmdclass[command] = cmdclass = ep.load()
[[email protected]] out: File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2202, in load
[[email protected]] out: return self.resolve()
[[email protected]] out: File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2208, in resolve
[[email protected]] out: module = __import__(self.module_name, fromlist=['__name__'], level=0)
[[email protected]] out: ImportError: No module named command.install
[[email protected]] out: You are using pip version 7.1.2, however version 8.1.1 is available.
[[email protected]] out: You should consider upgrading via the 'pip install --upgrade pip' command.
[[email protected]] out:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment