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. Java向上转型和向下转型(附具体样例)

                                                Java向上转型和向下转型(附具体样例) 熬夜整理的关于Java向上和向下转型的样例,很的通俗易懂哦~~~~ 一 ...

  2. UML期末绘图及细节总结

    往届期末绘图的题目例如以下所看到的: Read the providing materials carefully, and then do tasks. 2.1: Use Case Diagram ...

  3. SAN和NAS

    SAN针对海量.面向数据块的数据传输,而NAS则提供文件级的数据访问功能. SAN和NAS都基于开放的.业界标准的网络协议:用于SAN的光纤通道协议和用于NAS的网络协议(如TCP/IP). SAN的 ...

  4. DB-SQL-MySQL-杂项-调优:Mysql千万以上数据优化、SQL优化方法

    ylbtech-DB-SQL-MySQL-杂项-调优:Mysql千万以上数据优化.SQL优化方法 1.返回顶部 1. 1,单库表别太多,一般保持在200以下为宜 2,尽量避免SQL中出现运算,例如se ...

  5. HIT Software Construction Lab 5_经验总结

    前言: 终于写完lab5了,这次lab5是基于lab3的一次实验,主要是王忠杰老师提供了4个大约有50w行的大文件让我们根据自己所选应用读取其中两个并且创建轨道系统. 这次lab5优化的我很崩溃,因为 ...

  6. c# TextBox

    1. text内容全选事件 textBox1.selectAll(); 2.失去与获取焦点事件 textox1.LostFocus += new EventHandler(txt_LostFocus) ...

  7. 利用 js 获取地址栏参数

    1.aspx页面,进行页面跳转 window.location.href = "ProviderInfo.aspx?ProviderID="+ProviderID; 2.Provi ...

  8. hdu 5375 Gray code 【 dp 】

    dp[i][j]表示第i位取j的时候取得的最大的分数 然后分s[i]是不是问号,s[i-1]是不是问号这大的四种情况讨论 #include<cstdio> #include<cstr ...

  9. 理解UIView的绘制

    界面的绘制和渲染 UIView是如何到显示的屏幕上的. 这件事要从RunLoop开始,RunLoop是一个60fps的回调,也就是说每16.7ms绘制一次屏幕,也就是我们需要在这个时间内完成view的 ...

  10. node——简单的服务器启动+乱码问题解决,响应报文头

    这个是一个比较简单的代码 // 1.加载hrrp模块 var http=require('http'); // 2.创建一个http服务对象 var server=http.createServer( ...