当前位置:网站首页>Open3d library installation, CONDA common instructions, importing open3d times this error solving environment: failed with initial frozen solve Retrying w
Open3d library installation, CONDA common instructions, importing open3d times this error solving environment: failed with initial frozen solve Retrying w
2022-07-27 10:04:00 【Redamancy06】
1. open3d The installation of the library
use conda install open3d Command import open3d This mistake Solving environment: failed with initial frozen solve. Retrying with flexibl

Open3D It's an open source library , Support rapid development processing 3D Data software .Open3D Front end use C ++ and Python A set of carefully selected data structures and algorithms are disclosed . The back end is highly optimized , And set to parallelize .Open3D Has two interfaces :C ++ and Python. This tutorial focuses on Python Interface , Because it's easy to use , Should be regarded as Open3D The main interface of .
conda Usually and numpy And other common libraries , Application conda When installing, you need to enter :
pip3 install open3d-python



Many are omitted , Here we are open3d The library is installed successfully
conda Commonly used instructions
Creating a virtual environment
conda create --name pytorch python=3.8 # Create assignment python edition
Activate / Use / Enter a virtual environment
conda activate pytorch
Copy a virtual environment
conda create --name new_pytorch --clone pytorch
Source server management
conda The current source is set at $HOME/.condarc in , You can view it through the text viewer or use the command >conda config --show-sources see .
conda config --show-sources # View the current usage source
conda config --remove channels Source name or link # Delete the specified source
conda config --add channels Source name or link # Add the specified source
for example :
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
Tsinghua source
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/
conda config --set show_channel_urls yes
China University of science and technology
conda config --add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/main/
conda config --add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.ustc.edu.cn/anaconda/cloud/conda-forge/
conda config --add channels https://mirrors.ustc.edu.cn/anaconda/cloud/msys2/
conda config --add channels https://mirrors.ustc.edu.cn/anaconda/cloud/bioconda/
conda config --add channels https://mirrors.ustc.edu.cn/anaconda/cloud/menpo/
conda config --set show_channel_urls yes
Alibaba cloud http://mirrors.aliyun.com/pypi/simple/
douban (douban) http://pypi.douban.com/simple/
Tsinghua University https://pypi.tuna.tsinghua.edu.cn/simple/
University of science and technology of China http://pypi.mirrors.ustc.edu.cn/simple/
upgrade
Ana
conda Need to upgrade first conda
conda update conda
conda update anaconda
边栏推荐
- 找工作 4 个月, 面试 15 家,拿到 3 个 offer
- 在Centos 7安装Mysql 5.7.27后无法启动?(语言-bash)
- NFT系统开发-教程
- LeetCode.565. 数组嵌套____暴力dfs->剪枝dfs->原地修改
- 3D人脸重建:Joint 3D Face Reconstruction and Dense Alignment with position Map Regression Network
- July training (day 24) - segment tree
- 面试京东 T5,被按在地上摩擦,鬼知道我经历了什么?
- Gbase 8A MPP cluster capacity expansion practice
- 华为交换机双上行组网Smart-link配置指南
- Redis 为什么这么快?Redis 的线程模型与 Redis 多线程
猜你喜欢

Food safety | the kitchen board environment is very important. Do you know these use details?

Visual slam lecture notes (I): Lecture 1 + Lecture 2

Why is redis so fast? Redis threading model and redis multithreading

Shell流程控制(重点)、if 判断、case 语句、let用法、for 循环中有for (( 初始值;循环控制条件;变量变化 ))和for 变量 in 值 1 值 2 值 3… 、while 循环

35 spark streaming backpressure mechanism, spark data skew solution and kylin's brief introduction

I haven't delivered books for a long time, and I feel uncomfortable all over

A ride into Qinchuan -- a brief talk on how beego Autorouter works

中高级试题」:MVCC 实现原理是什么?

蚂蚁集团境外站点 Seata 实践与探索

When I went to oppo for an interview, I got numb
随机推荐
When I went to oppo for an interview, I got numb
July training (day 17) - breadth first search
Qt 学习(二) —— .pro文件详解
Why is redis so fast? Redis threading model and redis multithreading
Interview JD T5, was pressed on the ground friction, who knows what I experienced?
Visual slam lecture notes (I): Lecture 1 + Lecture 2
省应急管理厅:广州可争取推广幼儿应急安全宣教经验
圆环工件毛刺(凸起)缺口(凹陷)检测案例
面试必备:虾皮服务端15连问
3D face reconstruction and dense alignment with position map progression network
原生input标签的文件上传
July training (day 16) - queue
Live countdown 3 days sofachannel 29 P2P based file and image acceleration system Dragonfly
在Centos 7安装Mysql 5.7.27后无法启动?(语言-bash)
TFlite 的简单使用
Shell中的文本处理工具、cut [选项参数] filename 说明:默认分隔符是制表符、awk [选项参数] ‘/pattern1/{action1}filename 、awk 的内置变量
A ride into Qinchuan -- a brief talk on how beego Autorouter works
GO基础知识—数组和切片
Provincial Emergency Management Department: Guangzhou can strive to promote the experience of emergency safety education for children
Flash memory usage and stm32subemx installation tutorial [day 3]