Open odidev opened 4 years ago
Hi,
I am able to compile and import the pyhash package locally after disabling some of the functionalities in init.py for arm64 and the changes mentioned in previous conversation .
As pyhash is unable to detect some features on arm64 platform, I have disabled it.
Can you please check and let me know if it is ok to build the package by disabling above functionality for arm64? If agreed, I will raise a PR by making above code changes generic for arm64 platform.
This issue is still relevant for version 0.9.3, could you please tell me when a new version with this fix might be released, and is there anything I can do about it right now?
Hi, I was trying to install pyhash package in arm64 machine using pip and it was failing with :
I have tried building it locally with the changes mentioned in the following patches in main package and in subpackages : highwayhash, smasher and t1ha Now I am getting the following error while testing the code :
I have gone through https://pypi.org/project/pyhash/#files but I was unable to find the wheels for arm64 architecture.
Is there any plan of releasing the binaries for arm64 platform ?