【发布时间】:2019-05-03 20:57:48
【问题描述】:
我正在设置 tensorflow,我得到了这个输出:
ERROR: matplotlib 1.3.1 requires nose, which is not installed.
原来如此
sudo easy_install tornado
我得到了输出:
earching for tornado
Reading https://pypi.python.org/simple/tornado/
Download error on https://pypi.python.org/simple/tornado/: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590) -- Some packages may not be found!
Couldn't find index page for 'tornado' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.python.org/simple/
Download error on https://pypi.python.org/simple/: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590) -- Some packages may not be found!
No local packages or download links found for tornado
error: Could not find suitable distribution for Requirement.parse('tornado')
我该怎么办? 谢谢 法国
错误:matplotlib 1.3.1 需要nose,未安装。
【问题讨论】:
-
您使用
easy_install而不是pip的任何特殊原因? -
也试过这个,但我得到了输出:错误:未知命令“龙卷风”
-
做
pip install tornado而不是pip tornado -
告诉我这些错误:错误:matplotlib 1.3.1 需要鼻子,它没有安装。安装收集的包:singledispatch、backports-abc、龙卷风错误:由于 EnvironmentError 无法安装包:[Errno 13] Permission denied: '/Library/Python/2.7/site-packages/singledispatch.py' 考虑使用@987654328 @ 选项或检查权限。
标签: python tensorflow matplotlib tornado easy-install