Skip to content

Instantly share code, notes, and snippets.

@buger
Created January 24, 2017 11:34
Show Gist options
  • Save buger/61fffcb9e12c1b9c86e92017c724d1a7 to your computer and use it in GitHub Desktop.
Save buger/61fffcb9e12c1b9c86e92017c724d1a7 to your computer and use it in GitHub Desktop.
Sphinx 1.5.2 error report
Step 17/30 : RUN pip3 install grpcio
---> Running in b6d303f4091c
Downloading/unpacking grpcio
Running setup.py (path:/tmp/pip_build_root/grpcio/setup.py) egg_info for package grpcio
Installed /tmp/pip_build_root/grpcio/sphinx_rtd_theme-0.1.10_alpha-py3.4.egg
Searching for sphinx>=1.3
Reading https://pypi.python.org/simple/sphinx/
Best match: Sphinx 1.5.2
Downloading https://pypi.python.org/packages/e3/87/e271f7f0d498c7fdaec009c27955401d18ef357c0d468e1eb2be36bdc68c/Sphinx-1.5.2.tar.gz#md5=8a3068cd5dda49622b7eb5132d616e19
Processing Sphinx-1.5.2.tar.gz
Writing /tmp/easy_install-_1bg3nj8/Sphinx-1.5.2/setup.cfg
Running Sphinx-1.5.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-_1bg3nj8/Sphinx-1.5.2/egg-dist-tmp-jqft0xcc
Installed /tmp/pip_build_root/grpcio/Sphinx-1.5.2-py3.4.egg
Searching for enum34>=1.0.4
Reading https://pypi.python.org/simple/enum34/
Best match: enum34 1.1.6
Downloading https://pypi.python.org/packages/e8/26/a6101edcf724453845c850281b96b89a10dac6bd98edebc82634fccce6a5/enum34-1.1.6.zip#md5=61ad7871532d4ce2d77fac2579237a9e
Processing enum34-1.1.6.zip
Writing /tmp/easy_install-8ejsl6as/enum34-1.1.6/setup.cfg
Running enum34-1.1.6/setup.py -q bdist_egg --dist-dir /tmp/easy_install-8ejsl6as/enum34-1.1.6/egg-dist-tmp-zgpppk7t
zip_safe flag not set; analyzing archive contents...
Installed /tmp/pip_build_root/grpcio/enum34-1.1.6-py3.4.egg
Traceback (most recent call last):
File "<string>", line 17, in <module>
File "/tmp/pip_build_root/grpcio/setup.py", line 269, in <module>
cmdclass=COMMAND_CLASS,
File "/usr/lib/python3.4/distutils/core.py", line 108, in setup
_setup_distribution = dist = klass(attrs)
File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 239, in __init__
self.fetch_build_eggs(attrs.pop('setup_requires'))
File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 264, in fetch_build_eggs
replace_conflicting=True
File "/usr/lib/python3/dist-packages/pkg_resources.py", line 620, in resolve
dist = best[req.key] = env.best_match(req, ws, installer)
File "/usr/lib/python3/dist-packages/pkg_resources.py", line 852, in best_match
dist = working_set.find(req)
File "/usr/lib/python3/dist-packages/pkg_resources.py", line 503, in find
raise VersionConflict(dist,req) # XXX add more info
pkg_resources.VersionConflict: (requests 2.2.1 (/usr/lib/python3/dist-packages), Requirement.parse('requests>=2.4.0'))
Complete output from command python setup.py egg_info:
Installed /tmp/pip_build_root/grpcio/sphinx_rtd_theme-0.1.10_alpha-py3.4.egg
Searching for sphinx>=1.3
Reading https://pypi.python.org/simple/sphinx/
Best match: Sphinx 1.5.2
Downloading https://pypi.python.org/packages/e3/87/e271f7f0d498c7fdaec009c27955401d18ef357c0d468e1eb2be36bdc68c/Sphinx-1.5.2.tar.gz#md5=8a3068cd5dda49622b7eb5132d616e19
Processing Sphinx-1.5.2.tar.gz
Writing /tmp/easy_install-_1bg3nj8/Sphinx-1.5.2/setup.cfg
Running Sphinx-1.5.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-_1bg3nj8/Sphinx-1.5.2/egg-dist-tmp-jqft0xcc
Installed /tmp/pip_build_root/grpcio/Sphinx-1.5.2-py3.4.egg
Searching for enum34>=1.0.4
Reading https://pypi.python.org/simple/enum34/
Best match: enum34 1.1.6
Downloading https://pypi.python.org/packages/e8/26/a6101edcf724453845c850281b96b89a10dac6bd98edebc82634fccce6a5/enum34-1.1.6.zip#md5=61ad7871532d4ce2d77fac2579237a9e
Processing enum34-1.1.6.zip
Writing /tmp/easy_install-8ejsl6as/enum34-1.1.6/setup.cfg
Running enum34-1.1.6/setup.py -q bdist_egg --dist-dir /tmp/easy_install-8ejsl6as/enum34-1.1.6/egg-dist-tmp-zgpppk7t
zip_safe flag not set; analyzing archive contents...
Installed /tmp/pip_build_root/grpcio/enum34-1.1.6-py3.4.egg
Traceback (most recent call last):
File "<string>", line 17, in <module>
File "/tmp/pip_build_root/grpcio/setup.py", line 269, in <module>
cmdclass=COMMAND_CLASS,
File "/usr/lib/python3.4/distutils/core.py", line 108, in setup
_setup_distribution = dist = klass(attrs)
File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 239, in __init__
self.fetch_build_eggs(attrs.pop('setup_requires'))
File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 264, in fetch_build_eggs
replace_conflicting=True
File "/usr/lib/python3/dist-packages/pkg_resources.py", line 620, in resolve
dist = best[req.key] = env.best_match(req, ws, installer)
File "/usr/lib/python3/dist-packages/pkg_resources.py", line 852, in best_match
dist = working_set.find(req)
File "/usr/lib/python3/dist-packages/pkg_resources.py", line 503, in find
raise VersionConflict(dist,req) # XXX add more info
pkg_resources.VersionConflict: (requests 2.2.1 (/usr/lib/python3/dist-packages), Requirement.parse('requests>=2.4.0'))
----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_root/grpcio
Storing debug log for failure in /root/.pip/pip.log
ERROR: Service 'tyk-gateway' failed to build: The command '/bin/sh -c pip3 install grpcio' returned a non-zero code: 1
Ilijas-MacBook-Pro:tyk-develop-env ilijabojanovic$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment