当前位置:网站首页>open3d库的安装,conda常用指令,导入open3d时报这个错误Solving environment: failed with initial frozen solve. Retrying w
open3d库的安装,conda常用指令,导入open3d时报这个错误Solving environment: failed with initial frozen solve. Retrying w
2022-07-27 09:49:00 【Redamancy06】
1. open3d库的安装
用conda install open3d命令导入open3d时报这个错误Solving environment: failed with initial frozen solve. Retrying with flexibl

Open3D是一个开放源代码库,支持快速开发处理3D数据的软件。Open3D前端使用C ++和Python公开了一组精心选择的数据结构和算法。后端经过高度优化,并设置为并行化。Open3D具有两个接口:C ++和Python。本教程重点介绍Python接口,因为它易于使用,应被视为Open3D的主要接口。
conda通常和numpy等常见库一起使用,运用conda安装的时候需输入:
pip3 install open3d-python



有很多就省略了,到此open3d库就安装成功了
conda常用指令
创建虚拟环境
conda create --name pytorch python=3.8 # 创建指定python版本
激活/使用/进入某个虚拟环境
conda activate pytorch
复制某个虚拟环境
conda create --name new_pytorch --clone pytorch
源服务器管理
conda当前的源设置在$HOME/.condarc中,可通过文本查看器查看或者使用命令>conda config --show-sources查看。
conda config --show-sources #查看当前使用源
conda config --remove channels 源名称或链接 #删除指定源
conda config --add channels 源名称或链接 #添加指定源
例如:
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/
清华源
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
中科大源
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
阿里云 http://mirrors.aliyun.com/pypi/simple/
豆瓣(douban) http://pypi.douban.com/simple/
清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/
中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/
升级
Ana
conda需先升级conda
conda update conda
conda update anaconda
边栏推荐
- Brush the title "sword finger offer" day04
- Shell process control (emphasis), if judgment, case statement, let usage, for ((initial value; loop control condition; variable change)) and for variable in value 1 value 2 value 3..., while loop
- 刷题《剑指Offer》day04
- Concurrent Park and unpark description
- It's great to write code for 32 inch curved screen display! Send another one!
- npm常用命令
- 在Centos 7安装Mysql 5.7.27后无法启动?(语言-bash)
- Understand chisel language. 25. Advanced input signal processing of chisel (I) -- asynchronous input and de jitter
- 习题 --- 快排、归并、浮点数二分
- Food safety | the kitchen board environment is very important. Do you know these use details?
猜你喜欢

吃透Chisel语言.24.Chisel时序电路(四)——Chisel内存(Memory)详解

历时一年,论文终于被国际顶会接收了

Brush the title "sword finger offer" day04

并发之线程状态转换

Understand chisel language. 22. Chisel sequential circuit (II) -- detailed explanation of chisel counter: counter, timer and pulse width modulation

电机控制器中的MOS驱动

并发之park与unpark说明

oracle rac 19c pdb实例当掉

交换机端口镜像配置指南

NFT系统开发-教程
随机推荐
LeetCode.814. 二叉树剪枝____DFS
Shell函数、系统函数、basename [string / pathname] [suffix] 可以理解为取路径里的文件名称 、dirname 文件绝对路径、自定义函数
Food safety | are you still eating fermented rice noodles? Be careful these foods are poisonous!
加油程序君
MOS drive in motor controller
July training (day 21) - heap (priority queue)
食品安全 | 垃圾食品越吃越想吃?这份常见食品热量表请收好
会议OA项目之会议排座功能&&会议送审的实现
Learn typescript (1)
35-Spark Streaming反压机制、Spark的数据倾斜的解决和Kylin的简单介绍
[cloud native] how can I compete with this database?
WordPress prohibits login or registration of plug-ins with a specified user name [v1.0]
Redis 为什么这么快?Redis 的线程模型与 Redis 多线程
Understand chisel language. 23. Chisel sequential circuit (III) -- detailed explanation of chisel shift register
Shell流程控制(重点)、if 判断、case 语句、let用法、for 循环中有for (( 初始值;循环控制条件;变量变化 ))和for 变量 in 值 1 值 2 值 3… 、while 循环
Review of in vivo detection
蚂蚁集团境外站点 Seata 实践与探索
Shell的正则表达式入门、常规匹配、特殊字符:^、$、.、*、字符区间(中括号):[ ]、特殊字符:\、匹配手机号
Snowflake vs. Databricks谁更胜一筹?2022年最新战报
WGAN、WGAN-GP、BigGAN