davidcaron / pclpy

Python bindings for the Point Cloud Library (PCL)
MIT License
413 stars 59 forks source link

Invalid Syntax #83

Closed AndreKest closed 3 years ago

AndreKest commented 3 years ago

I installed it over "pip install pclpy" Windows 10 PCL Version: 1.8.1 Python: 3.6.12

I can import it.

But when I try to create a point cloud or read a file it always said "Invalid syntax"

Maybe someone can help?