我在Windows10中使用pyCharm软件,当我尝试安装open3d时,出现以下错误: ERROR: Could not find a version that satisfies the requirementopen3d (from versions: none)
ERROR: No matching distribution found for open3d 我试着用cmd安装它,但是同样的错误出现了,
我需要使用Open3D库在PointCloud上做一些操作,但是它会给我分段故障,而调试器没有提供关于这个问题的太多信息。GDB回溯输出: #0 0x00005555555f5c77 in open3d::geometry::Geometry3D::ComputeMinBound(std::vector<Eigen::Matrix/cpp/open3d/geometry/Geometry3D.cpp:50
#1 0x000055555561d951 in open3d::g
我想在用Python在open3D中可视化一个点云时显示坐标。根据documentation,我编写了以下代码,其中第三行用于创建坐标。我的open3D版本如下所示。[Frost@CC’s Mac ~]$ python3 -m pip show open3dVersion: 0.8.0.0Author: Open3D