当前位置:网站首页>Summary of open3d environment errors
Summary of open3d environment errors
2022-07-02 07:53:00 【Silent clouds】
Windows install open3d
usually pip install open3d, However, in fact, this installation will report an error . Even in Prompt The installation is the same . See the following for error conditions , Now is the normal installation step , A total of two need to be installed , One is open3d, The other is open3d-python
#pip install
pip install open3d
pip install open3d-python
#conda install
conda install open3d
conda install open3d-python
ERROR: Cannot uninstall ‘terminado’. It is a distutils installed project and…
Install... On the command line open3d I will probably encounter such a mistake , At this time, we need to add some materials , Change the installation command to :
#pip install
pip install --user open3d
#conda install
conda install -c open3d-admin open3d
AttributeError: ‘module’ object has no attribute ‘read_point_cloud’
This is running open3d Errors that will be reported from time to time . In addition, there is an error report :AttributeError: 'open3d.geometry.PointCloud()' object has no attribute 'voxel_down_sample'
This is the same kind of error reporting , Are caused by version problems .
Suggest : Unload and reload , Or update to the latest version . If it doesn't work, just use anaconda Create a virtual environment installation open3d and open3d-python.
import open3d Times wrong
What I met was numpy Errors caused by version problems , So just use pip install numpy==1.21 reinstall numpy that will do .
边栏推荐
猜你喜欢

【Hide-and-Seek】《Hide-and-Seek: A Data Augmentation Technique for Weakly-Supervised Localization xxx》

【Cutout】《Improved Regularization of Convolutional Neural Networks with Cutout》

Common machine learning related evaluation indicators

open3d学习笔记三【采样与体素化】

【MobileNet V3】《Searching for MobileNetV3》

ModuleNotFoundError: No module named ‘pytest‘

生成模型与判别模型的区别与理解

Thesis writing tip2

将恶意软件嵌入到神经网络中

TimeCLR: A self-supervised contrastive learning framework for univariate time series representation
随机推荐
[CVPR‘22 Oral2] TAN: Temporal Alignment Networks for Long-term Video
【FastDepth】《FastDepth:Fast Monocular Depth Estimation on Embedded Systems》
win10+vs2017+denseflow编译
Apple added the first iPad with lightning interface to the list of retro products
Ppt skills
【Sparse-to-Dense】《Sparse-to-Dense:Depth Prediction from Sparse Depth Samples and a Single Image》
机器学习理论学习:感知机
ModuleNotFoundError: No module named ‘pytest‘
【Hide-and-Seek】《Hide-and-Seek: A Data Augmentation Technique for Weakly-Supervised Localization xxx》
Hystrix dashboard cannot find hystrix Stream solution
How to turn on night mode on laptop
MoCO ——Momentum Contrast for Unsupervised Visual Representation Learning
【MagNet】《Progressive Semantic Segmentation》
open3d学习笔记三【采样与体素化】
【MnasNet】《MnasNet:Platform-Aware Neural Architecture Search for Mobile》
【Mixup】《Mixup:Beyond Empirical Risk Minimization》
(15) Flick custom source
Win10+vs2017+denseflow compilation
【TCDCN】《Facial landmark detection by deep multi-task learning》
Yolov3 trains its own data set (mmdetection)