系统相关
首页 > 系统相关> > python-pcl (on Windows) Installation Guide (Simplest Ever)

python-pcl (on Windows) Installation Guide (Simplest Ever)

作者:互联网

python-pcl windows平台极简安装

依旧是在基于conda环境管理下安装python-pcl, 操作平台为windows.

Steps:
1. 利用 conda 创建新环境

>> conda create -n pcl python=3.6
>> conda activate pcl
>> pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
>> pip install numpy

2. 下载windows平台下的pre-built .whl文件

这里我提供一份我好不容易才找到的一份(收集不易,点个赞吧

标签:whl,Installation,python,Windows,open3d,conda,windows,pcl
来源: https://blog.csdn.net/dloading7/article/details/120467690