I found that the Source Distribution on PyPI is missing build_tools/cythonize.py but it exists in GitHub https://github.com/anhaidgroup/py_stringsimjoin/blob/v0.3.5/build_tools/cythonize.py
It causes an error if we build the package from the source:
py_stringsimjoin/join/edit_distance_join_cy.pyx:31:0: 'py_stringsimjoin/similarity_measure/edit_distance.pxd' not found
I found that the Source Distribution on PyPI is missing
build_tools/cythonize.pybut it exists in GitHub https://github.com/anhaidgroup/py_stringsimjoin/blob/v0.3.5/build_tools/cythonize.pyIt causes an error if we build the package from the source:
py_stringsimjoin/join/edit_distance_join_cy.pyx:31:0: 'py_stringsimjoin/similarity_measure/edit_distance.pxd' not found