failed building wheel for xxx
遇到以下问题不要急
Building wheel for regex (setup.py) ... error
ERROR: Command errored out with exit status 1:
- 下载相应的whl:下载
(以我遇到的问题为例)
- 进入下载网站,Ctrl+f搜索相应的whl
- pip
- cmd进入python安装目录下的Scripts中
cd C:\Users\xyh\AppData\Local\Programs\Python\Python35\Scripts
- 安装(whl的下载路径)
C:\Users\xyh\AppData\Local\Programs\Python\Python35\regex-2020.1.8-cp35-cp35m-win_amd64.whl
-下载成功啦~