自学内容网 自学内容网

Point Cloud Library (PCL) for Python - pclpy 安装指南

以下所有的版本号务必按照说明安装。

1.安装 Python 3.6

https://www.python.org/ftp/python/3.6.8/python-3.6.8-amd64.exe

#或

百度网盘

2.确认 Python 版本为 3.6.x

python

#Python 3.6.8 (tags/v3.6.8:3c6b436a57, Dec 24 2018, 00:16:47) [MSC v.1916 64 bit (AMD64)] on win32

3. 确认 pip 的 Python 版本为 3.6

pip --version
#pip 18.1 from c:\users\xxx\appdata\local\programs\python\python36\lib\site-packages\pip (python 3.6)

4. 安装 pclpy 0.11.0

pip install pclpy==0.11.0

#或国内源

pip install pclpy==0.11.0 -i https://pypi.tuna.tsinghua.edu.cn/simple

5.检测 pclpy 安装成功

python

>>> import pclpy


原文地址:https://blog.csdn.net/loveric/article/details/140357732

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!