技术共享

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

2024-07-12

한어Русский языкEnglishFrançaisIndonesianSanskrit日本語DeutschPortuguêsΕλληνικάespañolItalianoSuomalainenLatina

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

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:usersxxxappdatalocalprogramspythonpython36libsite-packagespip (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