复现路上的花开花落(3)conda/pip安装pptk无法找到包

 运行命令:

pip install pptk

报错:

ERROR: Could not find a version that satisfies the requirement pptk (from versions: none)
ERROR: No matching distribution found for pptk

解决方法:用安装包直接安装

下载地址:https://pypi.org/project/pptk/#files

错误示范:我的虚拟环境是python3.8,看了一眼是最高支持到python3.7,把3.7的pptk包下下来之后,试了一下安装,还是因为python版本显示不支持,把文件名里的37改成38,运行命令

pip install pptk-0.1.0-cp38-none-win_amd64.whl

居然成功了。。。

这个是参考pptk的GitHub问题区一个老哥回复的,离谱但没用

导入的时候还是会显示DLL load failed while importing kdtree: 找不到指定的模块。

正确示范:新建一个虚拟环境,python3.6的,用了3.6的包成功使用了,附上kitti第一张点云作为结尾

猜你喜欢

转载自blog.csdn.net/imok1234567/article/details/127543845
今日推荐