pptk
pptk copied to clipboard
Install not find with python 3.7
Collecting pptk Could not find a version that satisfies the requirement pptk (from versions: ) No matching distribution found for pptk
I have the same problem.
You need to use an environment running Python 3.6.
e.g.
conda create -n pptk_env python=3.6