urschrei / simplification

Very fast Python line simplification using either the RDP or Visvalingam-Whyatt algorithm implemented in Rust
Other
168 stars 18 forks source link

Python 3.9 release #13

Closed jck closed 3 years ago

jck commented 3 years ago

Is simplification ready for a python 3.9 release?

mbway commented 3 years ago

(for other people encountering problems:) when trying to install in a python3.9 environment I get

$ python --version
Python 3.9.1
$ pip install --upgrade simplification
ERROR: Could not find a version that satisfies the requirement simplification
ERROR: No matching distribution found for simplification

which I assume is because the package doesn't have 3.9 listed as a supported version yet. I can install simplification in a python 3.8 environment without any issues.

urschrei commented 3 years ago

Released to PyPI (macOS and Linux only)