当前位置:网站首页>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
边栏推荐
- Brush the title "sword finger offer" day04
- C # set different text watermarks for each page of word
- Leetcode.565. array nesting____ Violent dfs- > pruning dfs- > in situ modification
- WordPress prohibits login or registration of plug-ins with a specified user name [v1.0]
- Oracle RAC 19C PDB instance is down
- Stylegan paper notes + modify code to try 3D point cloud generation
- Redis 为什么这么快?Redis 的线程模型与 Redis 多线程
- Summary of binary tree exercises
- 安装了HAL库如何恢复原来的版本
- Why is redis so fast? Redis threading model and redis multithreading
猜你喜欢

如何在树莓派上安装cpolar内网穿透

Stylegan paper notes + modify code to try 3D point cloud generation

How to use tdengine sink connector?

3D face reconstruction and dense alignment with position map progression network
![Shell运算符、$((运算式))” 或 “$[运算式]、expr方法、条件判断、test condition、[ condition ]、两个整数之间比较、按照文件权限进行判断、按照文件类型进行判断](/img/65/a735ca2c2902e3fc773dda79438972.png)
Shell运算符、$((运算式))” 或 “$[运算式]、expr方法、条件判断、test condition、[ condition ]、两个整数之间比较、按照文件权限进行判断、按照文件类型进行判断

MOS drive in motor controller

电机控制器中的MOS驱动

Sentinel ten thousand word tutorial | book delivery at the end of the text

Leetcode.1260. 2D grid migration____ In situ violence / dimensionality reduction + direct positioning of circular array

After one year, the paper was finally accepted by the international summit
随机推荐
2016 outlook
Understand chisel language. 27. Chisel advanced finite state machine (I) -- basic finite state machine (Moore machine)
安装了HAL库如何恢复原来的版本
LeetCode.814. 二叉树剪枝____DFS
中高级试题」:MVCC 实现原理是什么?
活体检测综述
吃透Chisel语言.22.Chisel时序电路(二)——Chisel计数器(Counter)详解:计数器、定时器和脉宽调制
Engineering survey simulation volume a
I grabbed a ticket and thought I found the system bug of 12306
Shell的正则表达式入门、常规匹配、特殊字符:^、$、.、*、字符区间(中括号):[ ]、特殊字符:\、匹配手机号
加油程序君
Talk about 10 scenarios of index failure. It's too stupid
Shell的read 读取控制台输入、read的使用
Easy to understand! Graphic go synergy principle and Practice
[cloud native • Devops] master the container management tool rancher
Interview Essentials: shrimp skin server 15 consecutive questions
oracle rac 19c pdb实例当掉
Shell中的文本处理工具、cut [选项参数] filename 说明:默认分隔符是制表符、awk [选项参数] ‘/pattern1/{action1}filename 、awk 的内置变量
Is Damon partgroupdef a custom object?
flash闪存使用和STM32CUBEMX安装教程【第三天】