You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for testing. I haven't tried before to support PyPy and can recreate the error. But what I get from the Cython issues is that array.array is not supported for PyPy: cython/cython#1818 . It would thus require refactoring the Cython code to get it to work in PyPy (unless I'm overlooking something).
conda-forge recently started a migration for PyPy 3.8 and PyPy 3.9: conda-forge/dtaidistance-feedstock#11
The builds seems fine, however the import tests fail
Have you tried supporting PyPy for dtaidistance?
The text was updated successfully, but these errors were encountered: