Last active
March 1, 2016 05:42
-
-
Save dhermes/74e5b8641375951f188a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ sudo -H pip2.6 install 'grpcio==0.13.0' | |
| Collecting grpcio==0.13.0 | |
| /usr/local/lib/python2.6/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| Using cached grpcio-0.13.0.tar.gz | |
| Complete output from command python setup.py egg_info: | |
| Traceback (most recent call last): | |
| File "<string>", line 20, in <module> | |
| File "/tmp/pip-build-BXoRrL/grpcio/setup.py", line 240, in <module> | |
| precompiled.update_setup_arguments(setup_arguments) | |
| File "/tmp/pip-build-BXoRrL/grpcio/src/python/grpcio/precompiled.py", line 87, in update_setup_arguments | |
| url = '{}/{}.so'.format(BINARIES_REPOSITORY, _tagged_ext_name('cygrpc')) | |
| ValueError: zero length field name in format | |
| ---------------------------------------- | |
| Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-BXoRrL/grpcio | |
| You are using pip version 7.1.2, however version 8.0.3 is available. | |
| You should consider upgrading via the 'pip install --upgrade pip' command. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ sudo -H pip3.4 install 'grpcio==0.13.0' | |
| Collecting grpcio==0.13.0 | |
| Using cached grpcio-0.13.0.tar.gz | |
| Requirement already satisfied (use --upgrade to upgrade): six>=1.10 in /usr/local/lib/python3.4/dist-packages (from grpcio==0.13.0) | |
| Requirement already satisfied (use --upgrade to upgrade): enum34>=1.0.4 in /usr/local/lib/python3.4/dist-packages (from grpcio==0.13.0) | |
| Requirement already satisfied (use --upgrade to upgrade): futures>=2.2.0 in /usr/local/lib/python3.4/dist-packages (from grpcio==0.13.0) | |
| Requirement already satisfied (use --upgrade to upgrade): protobuf>=3.0.0a3 in /usr/local/lib/python3.4/dist-packages (from grpcio==0.13.0) | |
| Requirement already satisfied (use --upgrade to upgrade): setuptools in /usr/local/lib/python3.4/dist-packages (from protobuf>=3.0.0a3->grpcio==0.13.0) | |
| Building wheels for collected packages: grpcio | |
| Running setup.py bdist_wheel for grpcio ... error | |
| Complete output from command /usr/bin/python3.4 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-_1iit5ai/grpcio/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace | |
| ('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmpfbqgbeptpip-wheel- --python-tag cp34: | |
| could not write precompiled extension to directory: https://storage.googleapis.com/grpc-precompiled-binaries/python/cygrpc-0.13.0-Linux-x86_64-ucs4.so -> /tmp/pip-build-_1iit5ai/grpcio/src/python/grpcio/ | |
| grpc/_cython/cygrpc.so | |
| /usr/local/lib/python3.4/dist-packages/setuptools/command/easy_install.py:321: UserWarning: Unbuilt egg for grpcio [unknown version] (/tmp/pip-build-_1iit5ai/grpcio/src/python/grpcio) | |
| self.local_index = Environment(self.shadow_path + sys.path) | |
| running bdist_wheel | |
| running build | |
| running build_py | |
| running build_proto_modules | |
| Traceback (most recent call last): | |
| File "/tmp/pip-build-_1iit5ai/grpcio/src/python/grpcio/commands.py", line 210, in run | |
| self.run_command('build_proto_modules') | |
| File "/usr/lib/python3.4/distutils/cmd.py", line 313, in run_command | |
| self.distribution.run_command(command) | |
| File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command | |
| cmd_obj.run() | |
| File "/tmp/pip-build-_1iit5ai/grpcio/src/python/grpcio/commands.py", line 159, in run | |
| raise CommandError('could not find grpc_python_plugin ' | |
| commands.CommandError: could not find grpc_python_plugin (protoc plugin for GRPC Python) | |
| During handling of the above exception, another exception occurred: | |
| Traceback (most recent call last): | |
| File "<string>", line 1, in <module> | |
| File "/tmp/pip-build-_1iit5ai/grpcio/setup.py", line 242, in <module> | |
| setuptools.setup(**setup_arguments) | |
| File "/usr/lib/python3.4/distutils/core.py", line 148, in setup | |
| dist.run_commands() | |
| File "/usr/lib/python3.4/distutils/dist.py", line 955, in run_commands | |
| self.run_command(cmd) | |
| File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command | |
| cmd_obj.run() | |
| File "/usr/lib/python3/dist-packages/wheel/bdist_wheel.py", line 175, in run | |
| self.run_command('build') | |
| File "/usr/lib/python3.4/distutils/cmd.py", line 313, in run_command | |
| self.distribution.run_command(command) | |
| File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command | |
| cmd_obj.run() | |
| File "/usr/lib/python3.4/distutils/command/build.py", line 126, in run | |
| self.run_command(cmd_name) | |
| File "/usr/lib/python3.4/distutils/cmd.py", line 313, in run_command | |
| self.distribution.run_command(command) | |
| File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command | |
| cmd_obj.run() | |
| File "/tmp/pip-build-_1iit5ai/grpcio/src/python/grpcio/commands.py", line 212, in run | |
| sys.stderr.write('warning: %s\n' % error.message) | |
| AttributeError: 'CommandError' object has no attribute 'message' | |
| ---------------------------------------- | |
| Failed building wheel for grpcio | |
| Running setup.py clean for grpcio | |
| Failed to build grpcio | |
| Installing collected packages: grpcio | |
| Running setup.py install for grpcio ... error | |
| Complete output from command /usr/bin/python3.4 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-_1iit5ai/grpcio/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().repla | |
| ce('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-q41ydci8-record/install-record.txt --single-version-externally-managed --compile: | |
| could not write precompiled extension to directory: https://storage.googleapis.com/grpc-precompiled-binaries/python/cygrpc-0.13.0-Linux-x86_64-ucs4.so -> /tmp/pip-build-_1iit5ai/grpcio/src/python/grpcio/grpc/_cython/cygrpc.so | |
| /usr/local/lib/python3.4/dist-packages/setuptools/command/easy_install.py:321: UserWarning: Unbuilt egg for grpcio [unknown version] (/tmp/pip-build-_1iit5ai/grpcio/src/python/grpcio) | |
| self.local_index = Environment(self.shadow_path + sys.path) | |
| running install | |
| running build | |
| running build_py | |
| running build_proto_modules | |
| Traceback (most recent call last): | |
| File "/tmp/pip-build-_1iit5ai/grpcio/src/python/grpcio/commands.py", line 210, in run | |
| self.run_command('build_proto_modules') | |
| File "/usr/lib/python3.4/distutils/cmd.py", line 313, in run_command | |
| self.distribution.run_command(command) | |
| File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command | |
| cmd_obj.run() | |
| File "/tmp/pip-build-_1iit5ai/grpcio/src/python/grpcio/commands.py", line 159, in run | |
| raise CommandError('could not find grpc_python_plugin ' | |
| commands.CommandError: could not find grpc_python_plugin (protoc plugin for GRPC Python) | |
| During handling of the above exception, another exception occurred: | |
| Traceback (most recent call last): | |
| File "<string>", line 1, in <module> | |
| File "/tmp/pip-build-_1iit5ai/grpcio/setup.py", line 242, in <module> | |
| setuptools.setup(**setup_arguments) | |
| File "/usr/lib/python3.4/distutils/core.py", line 148, in setup | |
| dist.run_commands() | |
| File "/usr/lib/python3.4/distutils/dist.py", line 955, in run_commands | |
| self.run_command(cmd) | |
| File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command | |
| cmd_obj.run() | |
| File "/usr/local/lib/python3.4/dist-packages/setuptools/command/install.py", line 61, in run | |
| return orig.install.run(self) | |
| File "/usr/lib/python3.4/distutils/command/install.py", line 583, in run | |
| self.run_command('build') | |
| File "/usr/lib/python3.4/distutils/cmd.py", line 313, in run_command | |
| self.distribution.run_command(command) | |
| File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command | |
| cmd_obj.run() | |
| File "/usr/lib/python3.4/distutils/command/build.py", line 126, in run | |
| self.run_command(cmd_name) | |
| File "/usr/lib/python3.4/distutils/cmd.py", line 313, in run_command | |
| self.distribution.run_command(command) | |
| File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command | |
| cmd_obj.run() | |
| File "/tmp/pip-build-_1iit5ai/grpcio/src/python/grpcio/commands.py", line 212, in run | |
| sys.stderr.write('warning: %s\n' % error.message) | |
| AttributeError: 'CommandError' object has no attribute 'message' | |
| ---------------------------------------- | |
| Command "/usr/bin/python3.4 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-_1iit5ai/grpcio/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-q41ydci8-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-_1iit5ai/grpcio | |
| You are using pip version 8.0.2, however version 8.0.3 is available. | |
| You should consider upgrading via the 'pip install --upgrade pip' command. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment