Can't install open3d libraries (Error:Could not find a version that satisfies the requirement open3d)

Can't install open3d libraries (Error:Could not find a version that satisfies the requirement open3d)

我在windows10使用pyCharm软件,安装open3d时出现如下错误:

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

我尝试使用cmd安装它但出现了同样的错误,而且pip版本是20.1.1。 Image

已解决:通过安装 python 版本 3.77 和 运行 使用它而不是 3.8 的代码

如果您似乎无法将 open3d 升级到版本 0.13.0;

升级到最新的pip版本

python3 -m pip install --upgrade pip

sudo pip3 install open3d==0.13.0

希望有用。