
1 ThunderEX Apr 29, 2016 由: C:\Users\Home\AppData\Local\Programs\Python\Python35-32\Scripts>pip install lxml-3.6.0-cp35-cp35m-win_amd64.whl lxml-3.6.0-cp35-cp35m-win_amd64.whl is not a supported wheel on this platform. 貌似你的 py 是 32bit 的而 lxml 是 64bit 的? |
2 crazylinus OP python 还分 32 位和 64 位吗?我在官网上下载的时候好像没有叫我选 32 位或者 64 位。 |
3 crazylinus OP @ThunderEX python 还分 32 位和 64 位吗?我在官网上下载的时候好像没有叫我选 32 位或者 64 位。 |
4 just1 Apr 29, 2016 via Android @crazylinus 分 |
5 crazylinus OP @just1 好像从 python3.5 开始已经不分了吧,看看这个下载链接: https://www.python.org/downloads/windows/, 3.5 的安装包已经没有区分 x86 和 x64 了。 |
6 xujif Apr 29, 2016 via iPhone 直接下编译好的 |
7 just1 Apr 29, 2016 via Android |
8 crazylinus OP @just1 找到了,谢了 |