1.直接conda install open3d
提示PackageNotFoundError: Packages missing in current channels: - open3d
找网上教程$ anaconda search -t conda skimage
提示-bash: anaconda: 未找到命令
然后看到一个教程给出了一个要安装包的网址(不一样的包)就去网址里面找到了自己要装的open3d
根据网页搜索结果找到了安装命令
conda install -c open3d-admin open3d
2.还出现了AttributeError: module 'h5py' has no attribute 'File'
搜索结果是conda pip混用造成的
参考连接
3.使用pip安装的open3d 0.10.0.0运行报错
ImportError: /usr/lib/x86_64-linux-gnu/libgomp.so.1: version `GOMP_4.0’ not found
4.使用conda安装的open3d 0.10.0.1运行报错
ImportError: /lib/x86_6