-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to build on debian11 arm Python 3.10 #39
Comments
Ah yes that is a bug in I still need to test whether the build passes with |
Uh this requires more work, since the piwheels build fails. |
well, I don't observe anymore fails after forcing scikit-build to use 0.14.1 version:
|
You should probably build |
I think I got from pip some prebuilt rapidfuzz, so I have everything allright now:
|
Can you try:
|
ah well this then means I am using the slow version:
|
Yes I expected this, since the arm build on https://www.piwheels.org/project/rapidfuzz/ was silently broken. I hope this will be fixed by the changes in rapidfuzz/RapidFuzz@24bf798 |
i took your latest commit from rapidfuzz and I am afraid the problem is still there. This is what I got after build in rapidfuzz repo:
|
Could you try:
to check why the c++ build fails? |
this would be the full result: dump.txt |
It appears you did not clone the submodules. You should be able to get them using:
|
yes sorry those submodules were culprit, it built the thing, not sure though why this would still complain:
|
Hm can you check whether the |
if the file is present, what is the file name? (to check whether the platform tag is correct) |
I have reinstalled again and it is ok:
sorry for fake claims, apparently at the first reinstallation maybe I took some previous wheel or maybe even accidentally installed rapidfuzz-2.10.3-py3-none-any.whl instead of rapidfuzz-2.10.3-cp310-cp310-linux_armv7l.whl . Not sure. Anyhow all good now. Thanks. |
I think we should keep this open, for anyone else running into this issue until it is resolved in |
This should be fixed with the latest version of |
Cloned this repo and tried following:
pip3 install .
I am not an user of cmake, but from this I understand cmake could not find header files for Python. However I have Python built and installed from source. Additionally plain cmake would find the Python with following simplification of your CMakeLists.txt:
When I run on the above file
cmake .
lsb_release -a
uname -a
Linux 5.10.92-v7l+ #1514 SMP Mon Jan 17 17:38:03 GMT 2022 armv7l GNU/Linux
The text was updated successfully, but these errors were encountered: