-
Notifications
You must be signed in to change notification settings - Fork 24
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
v0.21.0 fails to build from source #808
Comments
Do not use |
Thanks, that helped. Now I'm getting linker errors:
This might be related to Arch's default build flags, any ideas? |
It seems that it is a problem with jemalloc, that is enabled by default. You can disable it:
or install jemalloc. HyperQueue is slightly faster with jemalloc but you lose no functionality if you disable it. |
Hmm installing jemalloc did not help, I still get the same error. Moreover, it seems to still build
|
I am out of ideas, let us wait for @Kobzol response who is more experienced in this area. |
Actually
But the lib seems to be missing in the Anyway, thanks for the help @spirali |
I tried it locally and |
Ah, you're right - the build worked and the last error was coming from So now the build works for me, but
I'm also not able to build the Python bindings, running
Arch Linux has Python 3.13, is it tested with this version? |
We don't test with Python 3.13, HQ should work with Python 3.8-3.9. The Python API is quite experimental. I wouldn't worry about the task failures. The tests try to execute |
That's a bummer 😞 Python 3.8 is already end-of-life and 3.9 is the oldest still supported version (until this October). As for |
I regularly test it with Python 3.12 and it works. However we are using quite old PyO3 so we should update anyway. |
I'm trying to make a package for Arch Linux but v0.21.0 fails to build from source. Based on the Arch package guidelines:
I don't know rust, so am I doing something wrong?
The text was updated successfully, but these errors were encountered: