请注意:本文基于win10 64位,下面是本次需要下载的所有文件,具体过程请往下阅读。 1.首先是使用pycharm安装失败 2.接着是使用pip安装失败 配置系统环境变量 3.pip安装提示 对了这些库我是从这个网站下载的 python三方库
4.开始找问题 import pip; print(pip.pep425tags.get_supported())找到自己支持的文件类型 修改本地文件为cp38-none-win_amd64.whl然后在pip install安装wheel文件 5.又报了一堆错误 我那个小脾气 Failed cleaning build dir for numpy Failed building wheel for pillow Failed building wheel for kiwisolver Could not build wheels for numpy which use PEP 517 and cannot be installed directly 再次安装这些依赖库 pip install D:\browserDownloadDir\kiwisolver-1.3.1-cp38-cp38m-win_amd64.whl
pip install D:\browserDownloadDir\matplotlib-3.3.4-cp38-cp38m-win_amd64.whl
|