我是靠谱客的博主 故意超短裙,最近开发中收集的这篇文章主要介绍Shapely-1.7.1-cp38-cp38-win_amd64.whl is not a supported wheel on this platform.,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

Shapely下载.

安装Shapely时报错
Shapely-1.7.1-cp38-cp38-win_amd64.whl is not a supported wheel on this platform.
在这里插入图片描述

进入Python
输入

import pip;print(pip.pep425tags.get_supported())

输出结果如下:
在这里插入图片描述
命名格式为cp38-cp39m-win_adm64.whl

修改文件名字为Shapely-1.7.1-cp38-cp38m-win_amd64.whl

再次安装
在这里插入图片描述

最后

以上就是故意超短裙为你收集整理的Shapely-1.7.1-cp38-cp38-win_amd64.whl is not a supported wheel on this platform.的全部内容,希望文章能够帮你解决Shapely-1.7.1-cp38-cp38-win_amd64.whl is not a supported wheel on this platform.所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(50)

评论列表共有 0 条评论

立即
投稿
返回
顶部