环境 ubuntu16.04
1.conda安装open3d一直报错
PackagesNotFoundError: The following packages are not available from current channels:
- open3d-python
Current channels:
- https://mirrors.ustc.edu.cn/anaconda/pkgs/main/linux-64
- https://mirrors.ustc.edu.cn/anaconda/pkgs/main/noarch
- https://mirrors.ustc.edu.cn/anaconda/pkgs/free/linux-64
- https://mirrors.ustc.edu.cn/anaconda/pkgs/free/noarch
- https://repo.anaconda.com/pkgs/main/linux-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/linux-64
- https://repo.anaconda.com/pkgs/r/noarch
可以看到我是换了中科大的源,之后是conda默认的源
2.解决方法
最后我是通过pip安装成功的
pip install open3d-python -i https://pypi.tuna.tsinghua.edu.cn/simple