NLeSC / Massive-PotreeConverter

Convert massive pointcloud, for example ahn2 (640 Billion points) to potree format.
Apache License 2.0
81 stars 19 forks source link

cant install #17

Closed fenglupeter closed 6 years ago

fenglupeter commented 6 years ago

pip3 install . Processing ~/Massive-PotreeConverter Complete output from command python setup.py egg_info: Installation could not be done: PDAL could not be found.

pip3 install pdal Collecting pdal Using cached PDAL-1.6.0.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/tmp/pip-build-99kx84k8/pdal/setup.py", line 126, in raise Exception(message % (built_major, running_major)) Exception: Version mismatch. PDAL Python support was compiled against version 2.x but setup is running version is 3.x.

fenglupeter commented 6 years ago

just copy the pdal binary to /usr/bin/