The reason why it does not work on 18.04
Opened this issue · 2 comments
lvgeng commented
I do not believe it has been tested on a regular Ubuntu 18.04...
Compile from source:
- python-pcl assumes you are using python 2 while you are trying to run the setup.py from build.sh. Esay to fix by changing to python3
- libpcl-1.8 installed via apt-get requires vtk-6.3, while the setup.py says you should have vtk-7. So... conflict cannot be solved I guess.
install via pip.
- python-pcl from pip requires libpcl-1.7, while there is only libpcl-1.8 available from apt-get. I guess the prebuild distribution has never been updated from 2016...