Advertisement

排查pip安装whl文件出现错误

阅读量:

问题描述

1.问题一

在使用pip进行whl文件安装过程中出现错误提示,系统显示:

复制代码
    ERROR: tensorflow-1.13.1-cp37-cp37m-linux_x86_64-gcc8.whl is not a supported wheel on this platform.
    

2.问题二

在使用pip进行软件安装时出现错误提示,系统反馈:

复制代码
 Traceback (most recent call last):

    
   File "/usr/local/lib/python3.7/dist-packages/pip-20.0.1-py3.7.egg/pip/_vendor/urllib3/response.py", line 425, in _error_catcher
    
     yield
    
   File "/usr/local/lib/python3.7/dist-packages/pip-20.0.1-py3.7.egg/pip/_vendor/urllib3/response.py", line 507, in read
    
     data = self._fp.read(amt) if not fp_closed else b""
    
   File "/us

全部评论 (0)

还没有任何评论哟~