fensorflow 安装报错 DEPENDENCY ERROR
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的更多相关文章
- npm安装报错:Error: EACCES: permission denied
		报错如下: sudo npm i webpack -g /Users/xesfe/.npm-global/bin/webpack -> /Users/xesfe/.npm-global/lib/ ... 
- windows下scrapy安装问题,以及Twisted安装报错(error: Microsoft Visual C++ 14.0 is required.)完美解决办法
		方法1(通常是失败的) 1. 命令行执行: pip3 install scrapy 不管是网络问题也好,缺少相关的包也好,用这条命令安装scrapy我就没成功过...难受 方法2(成功) 手动安装相关 ... 
- 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 ... 
- Python3.6安装报错 configure: error: no acceptable C compiler found in $PATH
		安装python的时候出现如下的错误: [root@master ~]#./configure --prefix=/usr/local/python3.6 checking build system ... 
- 【linux】Python3.6安装报错 configure: error: no acceptable C compiler found in $PATH
		安装python的时候出现如下的错误: [root@master ~]#./configure --prefix=/usr/local/python3.6 checking build system ... 
- 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 ... 
- 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 ... 
- python模块安装报错 :error: command 'gcc' failed with exit status 1
		参考:http://blog.csdn.net/fenglifeng1987/article/details/38057193 解决方法 yum install gcc libffi-devel py ... 
- mysql 安装报错集合
		mysql-5.6.39 源码编译安装报错 报错信息: /tmp/ccV858jD.s: Assembler messages: /tmp/ccV858jD.s: Fatal error: can't ... 
随机推荐
- redis 零散知识
			1.单线程 2.默认 16 个库.0~15 3.select :切换数据库 4.DBsize :查看当前数据库的数量 5.keys * :查看当前库的所有 key 6.keys k? :问号是占位符 ... 
- struts配置问题
- N - 畅通工程再续
			N - 畅通工程再续 思路:zz #include<cmath> #include<cstdio> #include<cstring> #include<io ... 
- I - Agri-Net
			I - Agri-Net poj 1258 注意:多组数据输入. #include<cstdio> #include<cstring> #include<iostream ... 
- HDU 2045不easy系列之三LELE的RPG难题(趋向于DP的递推)
			不easy系列之(3)-- LELE的RPG难题 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Ot ... 
- [Tailwind] Apply mobile-first Responsive Classes in Tailwind
			In this lesson, we take a look at tailwind's mobile-first CSS architecture and learn how to apply st ... 
- 逆向学习XXclient怎样仅仅执行一个实例
			个人觉得学习分两种, 一种是当面请教和直接从书本网络中的资料学习. 其二就是看着令你惊叹的作品-顿悟. 什么?顿悟不了?那我们就一起来逆向学习吧!差点忘了,我并不打算提供Demo,这并不重要,难道你打 ... 
- 生成静态页java代码
			package com.fang.news.test; import java.io.BufferedReader; import java.io.BufferedWriter; import jav ... 
- 【POJ 2942】Knights of the Round Table(双联通分量+染色判奇环)
			[POJ 2942]Knights of the Round Table(双联通分量+染色判奇环) Time Limit: 7000MS Memory Limit: 65536K Total Su ... 
- MFC C++ 获取外网IP地址
			#include <afxinet.h> //GB2312 转换成 Unicode wchar_t* GB2312ToUnicode(const char* szGBString) { U ... 
