我是靠谱客的博主 土豪胡萝卜,最近开发中收集的这篇文章主要介绍解决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 "/usr/local/lib/python3.7/dist-packages/pip-20.0.1-py3.7.egg/pip/_vendor/cachecontrol/filewrapper.py", line 62, in read
    data = self.__fp.read(amt)
  File "/usr/lib/python3.7/http/client.py", line 465, in read
    n = self.readinto(b)
  File "/usr/lib/python3.7/http/c

最后

以上就是土豪胡萝卜为你收集整理的解决pip安装whl文件报错问题的全部内容,希望文章能够帮你解决解决pip安装whl文件报错问题所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(41)

评论列表共有 0 条评论

立即
投稿
返回
顶部