1.错误信息

DEPENDENCY ERROR

The target you are trying to run requires an OpenSSL implementation.
Your system doesn't have one, and either the third_party directory
doesn't have it, or your compiler can't build BoringSSL.

Please consult INSTALL to get more information.

If you need information about why these tests failed, run:

make run_dep_checks

make: Circular /private/var/folders/dy/cwqszpvs33b9wwqblv985ltm0000gn/T/pip-install-JPecl1/grpcio/libs/opt/libares.a <- /private/var/folders/dy/cwqszpvs33b9wwqblv985ltm0000gn/T/pip-install-JPecl1/grpcio/libs/opt/libz.a dependency dropped.
make: Circular /private/var/folders/dy/cwqszpvs33b9wwqblv985ltm0000gn/T/pip-install-JPecl1/grpcio/libs/opt/libaddress_sorting.a <- /private/var/folders/dy/cwqszpvs33b9wwqblv985ltm0000gn/T/pip-install-JPecl1/grpcio/libs/opt/libz.a dependency dropped.
make: Circular /private/var/folders/dy/cwqszpvs33b9wwqblv985ltm0000gn/T/pip-install-JPecl1/grpcio/libs/opt/libaddress_sorting.a <- /private/var/folders/dy/cwqszpvs33b9wwqblv985ltm0000gn/T/pip-install-JPecl1/grpcio/libs/opt/libares.a dependency dropped.
make: *** [stop] Error 1

Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/dy/cwqszpvs33b9wwqblv985ltm0000gn/T/pip-install-JPecl1/grpcio/setup.py", line 310, in <module>
cmdclass=COMMAND_CLASS,
File "/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 151, in setup
dist.run_commands()
File "/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/usr/local/lib/python2.7/site-packages/wheel/bdist_wheel.py", line 179, in run
self.run_command('build')
File "/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build.py", line 127, in run
self.run_command(cmd_name)
File "/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/usr/local/lib/python2.7/site-packages/setuptools/command/build_ext.py", line 66, in run
_build_ext.run(self)
File "/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build_ext.py", line 339, in run
self.build_extensions()
File "/private/var/folders/dy/cwqszpvs33b9wwqblv985ltm0000gn/T/pip-install-JPecl1/grpcio/src/python/grpcio/commands.py", line 278, in build_extensions
raise Exception("make command failed!")
Exception: make command failed!

----------------------------------------
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/local/opt/python/bin/python2.7 -u -c "import setuptools, tokenize;__file__='/private/var/folders/dy/cwqszpvs33b9wwqblv985ltm0000gn/T/pip-install-JPecl1/grpcio/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /private/var/folders/dy/cwqszpvs33b9wwqblv985ltm0000gn/T/pip-record-EQ9Egf/install-record.txt --single-version-externally-managed --compile:
Found cython-generated files...
running install
running build
running build_py
running build_project_metadata
creating python_build
creating python_build/lib.macosx-10.11-x86_64-2.7
creating python_build/lib.macosx-10.11-x86_64-2.7/grpc
copying src/python/grpcio/grpc/__init__.py -> python_build/lib.macosx-10.11-x86_64-2.7/grpc
copying src/python/grpcio/grpc/_auth.py -> python_build/lib.macosx-10.11-x86_64-2.7/grpc
copying src/python/grpcio/grpc/_channel.py -> python_build/lib.macosx-10.11-x86_64-2.7/grpc
copying src/python/grpcio/grpc/_common.py -> python_build/lib.macosx-10.11-x86_64-2.7/grpc
copying src/python/grpcio/grpc/_grpcio_metadata.py -> python_build/lib.macosx-10.11-x86_64-2.7/grpc
copying src/python/grpcio/grpc/_interceptor.py -> python_build/lib.macosx-10.11-x86_64-2.7/grpc
copying src/python/grpcio/grpc/_plugin_wrapping.py -> python_build/lib.macosx-10.11-x86_64-2.7/grpc
copying src/python/grpcio/grpc/_server.py -> python_build/lib.macosx-10.11-x86_64-2.7/grpc
copying src/python/grpcio/grpc/_utilities.py -> python_build/lib.macosx-10.11-x86_64-2.7/grpc
creating python_build/lib.macosx-10.11-x86_64-2.7/grpc/_cython
copying src/python/grpcio/grpc/_cython/__init__.py -> python_build/lib.macosx-10.11-x86_64-2.7/grpc/_cython
creating python_build/lib.macosx-10.11-x86_64-2.7/grpc/beta
copying src/python/grpcio/grpc/beta/__init__.py -> python_build/lib.macosx-10.11-x86_64-2.7/grpc/beta
copying src/python/grpcio/grpc/beta/_client_adaptations.py -> python_build/lib.macosx-10.11-x86_64-2.7/grpc/beta
copying src/python/grpcio/grpc/beta/_metadata.py -> python_build/lib.macosx-10.11-x86_64-2.7/grpc/beta
copying src/python/grpcio/grpc/beta/_server_adaptations.py -> python_build/lib.macosx-10.11-x86_64-2.7/grpc/beta
copying src/python/grpcio/grpc/beta/implementations.py -> python_build/lib.macosx-10.11-x86_64-2.7/grpc/beta
copying src/python/grpcio/grpc/beta/interfaces.py -> python_build/lib.macosx-10.11-x86_64-2.7/grpc/beta
copying src/python/grpcio/grpc/beta/utilities.py -> python_build/lib.macosx-10.11-x86_64-2.7/grpc/beta
creating python_build/lib.macosx-10.11-x86_64-2.7/grpc/experimental
copying src/python/grpcio/grpc/experimental/__init__.py -> python_build/lib.macosx-10.11-x86_64-2.7/grpc/experimental
copying src/python/grpcio/grpc/experimental/gevent.py -> python_build/lib.macosx-10.11-x86_64-2.7/grpc/experimental
creating python_build/lib.macosx-10.11-x86_64-2.7/grpc/framework
copying src/python/grpcio/grpc/framework/__init__.py -> python_build/lib.macosx-10.11-x86_64-2.7/grpc/framework
creating python_build/lib.macosx-10.11-x86_64-2.7/grpc/_cython/_cygrpc
copying src/python/grpcio/grpc/_cython/_cygrpc/__init__.py -> python_build/lib.macosx-10.11-x86_64-2.7/grpc/_cython/_cygrpc
creating python_build/lib.macosx-10.11-x86_64-2.7/grpc/framework/common
copying src/python/grpcio/grpc/framework/common/__init__.py -> python_build/lib.macosx-10.11-x86_64-2.7/grpc/framework/common
copying src/python/grpcio/grpc/framework/common/cardinality.py -> python_build/lib.macosx-10.11-x86_64-2.7/grpc/framework/common
copying src/python/grpcio/grpc/framework/common/style.py -> python_build/lib.macosx-10.11-x86_64-2.7/grpc/framework/common
creating python_build/lib.macosx-10.11-x86_64-2.7/grpc/framework/foundation
copying src/python/grpcio/grpc/framework/foundation/__init__.py -> python_build/lib.macosx-10.11-x86_64-2.7/grpc/framework/foundation
copying src/python/grpcio/grpc/framework/foundation/abandonment.py -> python_build/lib.macosx-10.11-x86_64-2.7/grpc/framework/foundation
copying src/python/grpcio/grpc/framework/foundation/callable_util.py -> python_build/lib.macosx-10.11-x86_64-2.7/grpc/framework/foundation
copying src/python/grpcio/grpc/framework/foundation/future.py -> python_build/lib.macosx-10.11-x86_64-2.7/grpc/framework/foundation
copying src/python/grpcio/grpc/framework/foundation/logging_pool.py -> python_build/lib.macosx-10.11-x86_64-2.7/grpc/framework/foundation
copying src/python/grpcio/grpc/framework/foundation/stream.py -> python_build/lib.macosx-10.11-x86_64-2.7/grpc/framework/foundation
copying src/python/grpcio/grpc/framework/foundation/stream_util.py -> python_build/lib.macosx-10.11-x86_64-2.7/grpc/framework/foundation
creating python_build/lib.macosx-10.11-x86_64-2.7/grpc/framework/interfaces
copying src/python/grpcio/grpc/framework/interfaces/__init__.py -> python_build/lib.macosx-10.11-x86_64-2.7/grpc/framework/interfaces
creating python_build/lib.macosx-10.11-x86_64-2.7/grpc/framework/interfaces/base
copying src/python/grpcio/grpc/framework/interfaces/base/__init__.py -> python_build/lib.macosx-10.11-x86_64-2.7/grpc/framework/interfaces/base
copying src/python/grpcio/grpc/framework/interfaces/base/base.py -> python_build/lib.macosx-10.11-x86_64-2.7/grpc/framework/interfaces/base
copying src/python/grpcio/grpc/framework/interfaces/base/utilities.py -> python_build/lib.macosx-10.11-x86_64-2.7/grpc/framework/interfaces/base
creating python_build/lib.macosx-10.11-x86_64-2.7/grpc/framework/interfaces/face
copying src/python/grpcio/grpc/framework/interfaces/face/__init__.py -> python_build/lib.macosx-10.11-x86_64-2.7/grpc/framework/interfaces/face
copying src/python/grpcio/grpc/framework/interfaces/face/face.py -> python_build/lib.macosx-10.11-x86_64-2.7/grpc/framework/interfaces/face
copying src/python/grpcio/grpc/framework/interfaces/face/utilities.py -> python_build/lib.macosx-10.11-x86_64-2.7/grpc/framework/interfaces/face
creating python_build/lib.macosx-10.11-x86_64-2.7/grpc/_cython/_credentials
copying src/python/grpcio/grpc/_cython/_credentials/roots.pem -> python_build/lib.macosx-10.11-x86_64-2.7/grpc/_cython/_credentials
running build_ext
make: `/private/var/folders/dy/cwqszpvs33b9wwqblv985ltm0000gn/T/pip-install-JPecl1/grpcio/libs/opt/libboringssl.a' is up to date.
make: `/private/var/folders/dy/cwqszpvs33b9wwqblv985ltm0000gn/T/pip-install-JPecl1/grpcio/libs/opt/libares.a' is up to date.
make: `/private/var/folders/dy/cwqszpvs33b9wwqblv985ltm0000gn/T/pip-install-JPecl1/grpcio/libs/opt/libgpr.a' is up to date.

DEPENDENCY ERROR

The target you are trying to run requires an OpenSSL implementation.
Your system doesn't have one, and either the third_party directory
doesn't have it, or your compiler can't build BoringSSL.

Please consult INSTALL to get more information.

If you need information about why these tests failed, run:

make run_dep_checks

make: Circular /private/var/folders/dy/cwqszpvs33b9wwqblv985ltm0000gn/T/pip-install-JPecl1/grpcio/libs/opt/libares.a <- /private/var/folders/dy/cwqszpvs33b9wwqblv985ltm0000gn/T/pip-install-JPecl1/grpcio/libs/opt/libz.a dependency dropped.
make: Circular /private/var/folders/dy/cwqszpvs33b9wwqblv985ltm0000gn/T/pip-install-JPecl1/grpcio/libs/opt/libaddress_sorting.a <- /private/var/folders/dy/cwqszpvs33b9wwqblv985ltm0000gn/T/pip-install-JPecl1/grpcio/libs/opt/libz.a dependency dropped.
make: Circular /private/var/folders/dy/cwqszpvs33b9wwqblv985ltm0000gn/T/pip-install-JPecl1/grpcio/libs/opt/libaddress_sorting.a <- /private/var/folders/dy/cwqszpvs33b9wwqblv985ltm0000gn/T/pip-install-JPecl1/grpcio/libs/opt/libares.a dependency dropped.
make: *** [stop] Error 1

Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/dy/cwqszpvs33b9wwqblv985ltm0000gn/T/pip-install-JPecl1/grpcio/setup.py", line 310, in <module>
cmdclass=COMMAND_CLASS,
File "/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 151, in setup
dist.run_commands()
File "/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/usr/local/lib/python2.7/site-packages/setuptools/command/install.py", line 61, in run
return orig.install.run(self)
File "/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/install.py", line 563, in run
self.run_command('build')
File "/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build.py", line 127, in run
self.run_command(cmd_name)
File "/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/usr/local/lib/python2.7/site-packages/setuptools/command/build_ext.py", line 66, in run
_build_ext.run(self)
File "/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build_ext.py", line 339, in run
self.build_extensions()
File "/private/var/folders/dy/cwqszpvs33b9wwqblv985ltm0000gn/T/pip-install-JPecl1/grpcio/src/python/grpcio/commands.py", line 278, in build_extensions
raise Exception("make command failed!")
Exception: make command failed!

----------------------------------------
Command "/usr/local/opt/python/bin/python2.7 -u -c "import setuptools, tokenize;__file__='/private/var/folders/dy/cwqszpvs33b9wwqblv985ltm0000gn/T/pip-install-JPecl1/grpcio/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /private/var/folders/dy/cwqszpvs33b9wwqblv985ltm0000gn/T/pip-record-EQ9Egf/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/var/folders/dy/cwqszpvs33b9wwqblv985ltm0000gn/T/pip-install-JPecl1/grpcio/

一直以为是 openssl 安装问题,但是检查了好几遍,在去搜狗了一下,发现是版本问题,本人环境是 mac, 直接 pip install tensorflow 报错误信息

改为:

pip install grpcio==1.9.1

pip install tensorflow

安装成功。

fensorflow 安装报错 DEPENDENCY ERROR的更多相关文章

  1. npm安装报错:Error: EACCES: permission denied

    报错如下: sudo npm i webpack -g /Users/xesfe/.npm-global/bin/webpack -> /Users/xesfe/.npm-global/lib/ ...

  2. windows下scrapy安装问题,以及Twisted安装报错(error: Microsoft Visual C++ 14.0 is required.)完美解决办法

    方法1(通常是失败的) 1. 命令行执行: pip3 install scrapy 不管是网络问题也好,缺少相关的包也好,用这条命令安装scrapy我就没成功过...难受 方法2(成功) 手动安装相关 ...

  3. php5.6.11编译安装报错configure: error: Don't know how to define struct flock on this system

    centos 6.8 32位系统下,安装php.5.6.11是出现这个错误 解决办法: 1 2 3 4 vim /etc/ld.so.conf.d/local.conf     # 编辑库文件 /us ...

  4. Python3.6安装报错 configure: error: no acceptable C compiler found in $PATH

    安装python的时候出现如下的错误: [root@master ~]#./configure --prefix=/usr/local/python3.6 checking build system ...

  5. 【linux】Python3.6安装报错 configure: error: no acceptable C compiler found in $PATH

    安装python的时候出现如下的错误: [root@master ~]#./configure --prefix=/usr/local/python3.6 checking build system ...

  6. mysqlQL 5.7 安装报错CMake Error at cmake/boost.cmake:81 (MESSAGE)

    CMake Error at cmake/boost.cmake:81 (MESSAGE): You can download it with -DDOWNLOAD_BOOST=1 -DWITH_BO ...

  7. nginx安装报错:configure: error: the HTTP rewrite module requires the PCRE library

    参考:http://blog.51cto.com/williamx/958398 需要安装pcre-devel与openssl-devel yum -y install pcre-devel open ...

  8. python模块安装报错 :error: command 'gcc' failed with exit status 1

    参考:http://blog.csdn.net/fenglifeng1987/article/details/38057193 解决方法 yum install gcc libffi-devel py ...

  9. mysql 安装报错集合

    mysql-5.6.39 源码编译安装报错 报错信息: /tmp/ccV858jD.s: Assembler messages: /tmp/ccV858jD.s: Fatal error: can't ...

随机推荐

  1. BLOB的读写操作

    //BLOB写入操作package zxt.xsfw.action.ceshi; import javax.servlet.http.HttpServletRequest; import javax. ...

  2. java web项目发生异常依然能运行

    由于JavaWeb应用业务逻辑的复杂性,容易发生一些意想不到的错误和异常,给系统的调试带来不必要的麻烦,不友好的提示信息使编程者对错误和异常无从下手.特别是当发生异常时,Java异常栈输出的信息只能给 ...

  3. Java进化? Kotlin初探与集成Android项目

    欢迎Follow我的GitHub, 关注我的CSDN. Kotlin是基于JVM的编程语言, 由JetBrains公司开发, 眼下已经开源. IntelliJ IDEA, PyCharm, Andro ...

  4. 【jQuery】对于复选框操作的attr与prop

    这个是在jQuery1.6版本号之后出现的鬼东西.受影响的主要有下拉列表select与复选框checkbox.众所周知.在jQuery中能够用attr()取出节点的属性,然而对于checkbox却不是 ...

  5. STL之效率比較

    1.vector 变长一维数组,连续存放的内存块,有保留内存.堆中分配内存: 支持[]操作,高效率的随机訪问: 在最后添加元素时,一般不须要分配内存空间,速度快:在中间或開始操作元素时要进行内存拷贝效 ...

  6. 杭电1018-Big Number(大数)

    Big Number Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total ...

  7. ZOJ 2913 Bus Pass (近期的最远BFS HDU2377)

    题意  在全部城市中找一个中心满足这个中心到全部公交网站距离的最大值最小 输出最小距离和满足最小距离编号最小的中心 最基础的BFS  对每一个公交网站BFS  dis[i]表示编号为i的点到全部公交网 ...

  8. 转:Java修改Excel单元格的数据及格式

    https://blog.csdn.net/aking21alinjuju/article/details/6001153?locationNum=2 继前两节的Java读取.写入Excel后,本期将 ...

  9. 9.自己实现linux中的tree

    运行效果: 代码: #include <stdio.h> #include <unistd.h> #include <string.h> #include < ...

  10. Tomcat 初探(二) server.xml 配置

    前言 在上一篇文章中,我们在示例中演示了网站的发布,其中涉及到了 server.xml 的修改,本文中我会给大家详细解释一下 server.xml 文件中的节点及其属性的作用,本片文章参考并摘抄了他人 ...