Closed asiunov closed 1 year ago
Could you tell us which version of python you are using?
On Wed, 28 Sep 2022, 04:24 Andrey Siunov, @.***> wrote:
pip3 install sparse-dot-topn==0.3.3
— Reply to this email directly, view it on GitHub https://github.com/ing-bank/sparse_dot_topn/issues/76, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJBFDFKV35MMGITO6RW3Z3WANQYZANCNFSM6AAAAAAQXFSYIU . You are receiving this because you are subscribed to this thread.Message ID: @.***>
python 3.9.9 pip 22.0.4
Thanks for your feedback @asiunov!
Since v0.3.2, we employed cibuildwheels to generate wheels for different OS and arch.
Unfortunately, we met some problems when we build wheels on Linux ARM. You can see this comments. At that time, we didn't know how to solve the issue, so we skipped that Linux ARM wheel build.
@asiunov, if you would like to chip in this issue and do some investigation why sparse_dot_topn cibuildwheels doesn't work, we will be very appreciated.
@ymwdalex there is no tarball with the source files for >= 0.3.2 Most packages include source files alongside the wheels such that people on platforms/archs for which there are no wheels can compile/install themselves.
pip install sparse-dot-topn --no-binary=sparse-dot-topn
grabs 0.3.1
If I understand correctly, this is because starting 0.3.2 the source package is not delivered to pypi repository and there is no binary for this OS and architecture combination.