anhaidgroup / py_stringsimjoin

Scalable String Similarity Joins in Python
BSD 3-Clause "New" or "Revised" License
38 stars 17 forks source link

Missing build_tools/cythonize.py on PyPI #44

Open skupr-anaconda opened 3 weeks ago

skupr-anaconda commented 3 weeks ago

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

EricLYunqi commented 1 week ago

Directly install using pip suffers from the same problem

Anson-Doan commented 22 hours ago

Hi, skupr, Eric. I'm the primary developer for py-stringsimjoin right now. I don't have any problems installing py-stringsimjoin in testing on my end and cythonize.py isn't included in releases because it's only used to generate cython code, which is included pregenerated in releases already. Could you guys post more detailed error logs so that I can get a better idea of what's going on on your end? Thanks.