Skip to content

Instantly share code, notes, and snippets.

@dbrgn
Created March 8, 2017 22:23
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 dbrgn/d729b144f7aaa80f246e40085ded37e9 to your computer and use it in GitHub Desktop.
Save dbrgn/d729b144f7aaa80f246e40085ded37e9 to your computer and use it in GitHub Desktop.
$ docker run python:3.4 pip install pytest-pep8
Unable to find image 'python:3.4' locally
3.4: Pulling from library/python
693502eb7dfb: Pull complete
081cd4bfd521: Pull complete
5d2dc01312f3: Pull complete
54a5f7da9a4f: Pull complete
25b1aaa33436: Pull complete
3168f1c413f2: Pull complete
7834951bf6f6: Pull complete
Digest: sha256:6c816267003f7aab66fe976be4357e61af0306db0a232d1cd2d1cb3ea8e706a2
Status: Downloaded newer image for python:3.4
Collecting pytest-pep8
Downloading pytest-pep8-1.0.6.tar.gz
Complete output from command python setup.py egg_info:
running egg_info
creating pip-egg-info/pytest_pep8.egg-info
writing pip-egg-info/pytest_pep8.egg-info/PKG-INFO
writing top-level names to pip-egg-info/pytest_pep8.egg-info/top_level.txt
writing requirements to pip-egg-info/pytest_pep8.egg-info/requires.txt
writing dependency_links to pip-egg-info/pytest_pep8.egg-info/dependency_links.txt
writing entry points to pip-egg-info/pytest_pep8.egg-info/entry_points.txt
writing manifest file 'pip-egg-info/pytest_pep8.egg-info/SOURCES.txt'
warning: manifest_maker: standard file '-c' not found
reading manifest file 'pip-egg-info/pytest_pep8.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
error: [Errno 2] No such file or directory: 'doc'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-38jad7j8/pytest-pep8/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment