heremaps / pptk

The Point Processing Toolkit (pptk) is a Python package for visualizing and processing 2-d/3-d point clouds.
https://heremaps.github.io/pptk
MIT License
610 stars 112 forks source link

Install not find with python 3.7 #42

Open cuge1995 opened 4 years ago

cuge1995 commented 4 years ago

Collecting pptk Could not find a version that satisfies the requirement pptk (from versions: ) No matching distribution found for pptk

kfarivar commented 3 years ago

I have the same problem.

jnyjxn commented 3 years ago

You need to use an environment running Python 3.6.

e.g. conda create -n pptk_env python=3.6