当前位置:网站首页>open3d环境错误汇总
open3d环境错误汇总
2022-07-02 06:26:00 【寂云萧】
Windows安装open3d
通常情况下是pip install open3d,然而实际上这样安装会报错。即使是在Prompt安装也一样。错误情况看下面,现在是正常的安装步骤,一共需要安装两个,一个是open3d,另一个是open3d-python
#pip 安装
pip install open3d
pip install open3d-python
#conda安装
conda install open3d
conda install open3d-python
ERROR: Cannot uninstall ‘terminado’. It is a distutils installed project and…
在命令行安装open3d时大概会遇到这样的错误,这个时候需要加点料,把安装命令改为:
#pip 安装
pip install --user open3d
#conda安装
conda install -c open3d-admin open3d
AttributeError: ‘module’ object has no attribute ‘read_point_cloud’
这是在运行open3d时会报的错误。除此之外还有一种报错:AttributeError: 'open3d.geometry.PointCloud()' object has no attribute 'voxel_down_sample'
这都是同一类报错,均为版本问题导致。
建议:卸载重装,或是更新到最新版本。如果都不行就用anaconda创建一个虚拟环境安装open3d和open3d-python。
import open3d时报错
本人遇到的是numpy版本问题导致的报错,因此只需要用pip install numpy==1.21重新安装numpy即可。
边栏推荐
- 【Mixup】《Mixup:Beyond Empirical Risk Minimization》
- Mmdetection trains its own data set -- export coco format of cvat annotation file and related operations
- 常见的机器学习相关评价指标
- CPU register
- 图片数据爬取工具Image-Downloader的安装和使用
- 【Mixed Pooling】《Mixed Pooling for Convolutional Neural Networks》
- Machine learning theory learning: perceptron
- PHP uses the method of collecting to insert a value into the specified position in the array
- [in depth learning series (8)]: principles of transform and actual combat
- 程序的内存模型
猜你喜欢

Drawing mechanism of view (I)

【Random Erasing】《Random Erasing Data Augmentation》
![How do vision transformer work? [interpretation of the paper]](/img/93/5f967b876fbd63c07b8cfe8dd17263.png)
How do vision transformer work? [interpretation of the paper]

ABM thesis translation

半监督之mixmatch

图片数据爬取工具Image-Downloader的安装和使用

Interpretation of ernie1.0 and ernie2.0 papers

Sorting out dialectics of nature

Tencent machine test questions

【Programming】
随机推荐
Play online games with mame32k
Handwritten call, apply, bind
Delete the contents under the specified folder in PHP
【Sparse-to-Dense】《Sparse-to-Dense:Depth Prediction from Sparse Depth Samples and a Single Image》
[torch] the most concise logging User Guide
[CVPR‘22 Oral2] TAN: Temporal Alignment Networks for Long-term Video
深度学习分类优化实战
Transform the tree structure into array in PHP (flatten the tree structure and keep the sorting of upper and lower levels)
点云数据理解(PointNet实现第3步)
Proof and understanding of pointnet principle
Use Baidu network disk to upload data to the server
Comparison of chat Chinese corpus (attach links to various resources)
【Wing Loss】《Wing Loss for Robust Facial Landmark Localisation with Convolutional Neural Networks》
iOD及Detectron2搭建过程问题记录
What if the notebook computer cannot run the CMD command
PointNet原理证明与理解
ABM论文翻译
Calculate the difference in days, months, and years between two dates in PHP
Sorting out dialectics of nature
Solve the problem of latex picture floating