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.
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.