之前电脑安装的是python3.4,因为需要安装了python2,在用:LFD 安装whl是,每次都会提示 whl is not a supported wheel on this platform,然后把python3.4从环境变量中移除,还是不能,因为电脑是64的所以一直安装的是64位的包,但是看了博文,原来电脑要装32位的包,转换之后都能安装成功~
相关文章
- 01-20解决pip安装报错:is not a supported wheel on this platform
- 01-20macOS M1 下pip install安装.whl报错“is not a supported wheel on this platform.
- 01-20ERROR: pyHook-1.5.1-cp37-cp37m-win_amd64.whl is not a supported wheel on this platform.安装pyhook报错
- 01-20python3 使用pip安装(命令行中)失败或 “not a supported wheel” 解决方案!
- 01-20pip安装报错:is not a supported wheel on this platform
- 01-20pip安装显示 is not a supported wheel on this platform.
- 01-20【报错】Ubuntu系统用pip安装mmcv失败,显示gcc: error trying to exec ‘cc1plus‘: execvp: No such file or directory
- 01-20解决安装报错 mysqlclient-1.4.6-cp38-cp38-win32.whl is not a supported wheel on this platform.
- 01-20ERROR: Pillow-5.2.0-cp35-cp35m-win_amd64.whl is not a supported wheel on this platform.
- 01-20Python Pip安装:whl is not a supported wheel on this platform问题的解决