ERROR: Could not find a version that satisfies the requirement wheel
时间: 2023-10-17 14:36:18 浏览: 76
ERROR: Could not find a version that satisfies the requirement wheel是因为在安装PIL之前没有安装wheel的原因。为了解决这个问题,你可以通过使用pip命令来安装wheel,具体命令如下:
pip install wheel
这样就可以安装wheel了。然后再使用pip命令来安装PIL,例如:
pip install pillow
这样就可以成功安装PIL了。如果你的电脑是64位的,而官网提供的安装包只有32位的,你可以尝试去官网或者其他可靠的源网站寻找适合64位电脑的安装包,然后按照上述步骤安装即可。<span class="em">1</span><span class="em">2</span>
#### 引用[.reference_title]
- *1* [Could not find a version that satisfies the requirement PIL (from versions: ) No matching distribu](https://download.csdn.net/download/weixin_38722721/13750519)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"]
- *2* [ERROR: Could not find a version that satisfies the requirement wheel>=0.26 (from tensorflow)](https://blog.csdn.net/baidu_41586315/article/details/116601083)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"]
[ .reference_list ]
阅读全文