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

Install archiconda environment on aarch64 (NVIDIA AGX) #18

Closed sivashankar28 closed 1 year ago

sivashankar28 commented 2 years ago

Hi I am trying to install simplifyline on a conda environment on my NVIDIA AGX (aarch64). I am not sure how to do this and would appreciate any assistance

urschrei commented 2 years ago

Simplification is not available on aarch64 at the moment.

sivashankar28 commented 2 years ago

Okay thank you, please let me know when you do have it available, I would love to use it. Thank you!

urschrei commented 2 years ago

Hi @sivashankar28, 0.5.22 has just been released, which I hope works correctly on M1: https://pypi.org/project/simplification/0.5.22

Please try it and let me know.