当前位置:网站首页>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即可。
边栏推荐
- Faster-ILOD、maskrcnn_ Benchmark installation process and problems encountered
- Using MATLAB to realize: Jacobi, Gauss Seidel iteration
- PHP returns the abbreviation of the month according to the numerical month
- 【AutoAugment】《AutoAugment:Learning Augmentation Policies from Data》
- Thesis tips
- CPU register
- Determine whether the version number is continuous in PHP
- 【Sparse-to-Dense】《Sparse-to-Dense:Depth Prediction from Sparse Depth Samples and a Single Image》
- 【MEDICAL】Attend to Medical Ontologies: Content Selection for Clinical Abstractive Summarization
- win10解决IE浏览器安装不上的问题
猜你喜欢

【TCDCN】《Facial landmark detection by deep multi-task learning》

Faster-ILOD、maskrcnn_ Benchmark trains its own VOC data set and problem summary

How do vision transformer work?【论文解读】

TimeCLR: A self-supervised contrastive learning framework for univariate time series representation

【Programming】

机器学习理论学习:感知机

论文写作tip2

Sorting out dialectics of nature

【Cascade FPD】《Deep Convolutional Network Cascade for Facial Point Detection》

【FastDepth】《FastDepth:Fast Monocular Depth Estimation on Embedded Systems》
随机推荐
Two dimensional array de duplication in PHP
程序的执行
【TCDCN】《Facial landmark detection by deep multi-task learning》
Faster-ILOD、maskrcnn_benchmark训练自己的voc数据集及问题汇总
[introduction to information retrieval] Chapter 1 Boolean retrieval
Drawing mechanism of view (II)
PHP uses the method of collecting to insert a value into the specified position in the array
【Wing Loss】《Wing Loss for Robust Facial Landmark Localisation with Convolutional Neural Networks》
Use Baidu network disk to upload data to the server
How to clean up logs on notebook computers to improve the response speed of web pages
[in depth learning series (8)]: principles of transform and actual combat
Open failed: enoent (no such file or directory) / (operation not permitted)
【MnasNet】《MnasNet:Platform-Aware Neural Architecture Search for Mobile》
【DIoU】《Distance-IoU Loss:Faster and Better Learning for Bounding Box Regression》
Typeerror in allenlp: object of type tensor is not JSON serializable error
SSM supermarket order management system
Win10+vs2017+denseflow compilation
[model distillation] tinybert: distilling Bert for natural language understanding
Implementation of yolov5 single image detection based on pytorch
半监督之mixmatch