简体   繁体   English

无法在 python 中安装 pptk

[英]can't install pptk in python

I'm trying to install the pptk module in PyCharm for visualising 3D point clouds.我正在尝试在 PyCharm 中安装 pptk 模块,以可视化 3D 点云。

Initially I tried installing in PyCharm via File > Settings > Python Interpreter > Install > pptk最初我尝试通过 File > Settings > Python Interpreter > Install > pptk 在 PyCharm 中安装

However, it couldn't be found and advised I use pip instead.但是,找不到它并建议我改用 pip。

So on my command prompt I navigated to the folder containing Python 3.9 and tried pip install pptk所以在我的命令提示符下,我导航到包含 Python 3.9 的文件夹并尝试pip install pptk

And I got the following error ERROR: Could not find a version that satisfies the requirement pptk (from versions: none) ERROR: No matching distribution found for pptk我收到以下错误ERROR: Could not find a version that satisfies the requirement pptk (from versions: none) ERROR: No matching distribution found for pptk

I'm not sure what I'm doing wrong or why no version can be found?我不确定我做错了什么或为什么找不到版本? Am I missing something obvious in the installation?我在安装中遗漏了一些明显的东西吗?

According to the requirements by the pptk module, the minimum Python version required is 3.6.根据pptk模块的要求,Python最低版本要求是3.6。 Judging by the fact that there's no distribution found for 3.9 I believe that it was missing a PyPi repo for it, therefore downgrading to Python 3.6 should fix the problem.从没有找到 3.9 的发行版这一事实来看,我认为它缺少 PyPi 存储库,因此降级到 Python 3.6 应该可以解决问题。 Judging by your response to my comment, that did work.从您对我的评论的回复来看,这确实有效。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM