I've tried to install pptk on Arch Linux via pip.
$ pip search pptk
pptk (0.1.0) - A Python package for facilitating point cloud processing.
$ pip install pptk
ERROR: Could not find a version that satisfies the requirement pptk (from versions: none)
ERROR: No matching distribution found for pptk
$ python --version
Python 3.8.2
$ pip --version
pip 20.0.2 from /usr/lib/python3.8/site-packages/pip (python 3.8)
I suspect this might be because https://pypi.org/project/pptk/#files does not list a wheel file for python 3.8?