Open cvanelteren opened 2 years ago
The repo was not exposing the cython files correctly. The headers (pxd) exposing the functions were not installed in site-packages. This fixes that issue and runs now on python 3.10.
Also fixes install issue in Python 3.11. Thanks a lot!
The repo was not exposing the cython files correctly. The headers (pxd) exposing the functions were not installed in site-packages. This fixes that issue and runs now on python 3.10.