Technologieaustausch

Point Cloud Library (PCL) für Python – pclpy-Installationsanleitung (1)

2024-07-12

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

Alle unten aufgeführten Versionsnummern müssen gemäß den Anweisungen installiert werden.

1.Installieren Sie Python 3.6

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

#oder

Baidu Skydisk

2. Bestätigen Sie, dass die Python-Version 3.6.x ist

Python

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

3. Bestätigen Sie, dass die Python-Version von pip 3.6 ist

pip --version
#pip 18.1 von c:usersxxxappdatalocalprogramspythonpython36libsite-packagespip (Python 3.6)

4. Installieren Sie pclpy 0.11.0

pip installieren pclpy==0.11.0

#oder inländische Quelle

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

5. Überprüfen Sie, ob pclpy erfolgreich installiert wurde

Python

>>> pclpy importieren