我正在尝试在 PyCharm 中安装 pptk 模块以可视化 3D 点云。
最初我尝试通过 File > Settings > Python Interpreter > Install > pptk 在 PyCharm 中安装
但是,找不到它并建议我使用 pip 代替。
因此,在命令提示符下,我导航到包含 Python 3.9 的文件夹并尝试pip install pptk
我收到以下错误ERROR: Could not find a version that satisfies the requirement pptk (from versions: none) ERROR: No matching distribution found for pptk
我不确定我做错了什么或者为什么找不到版本?我在安装中遗漏了一些明显的东西吗?