-
Notifications
You must be signed in to change notification settings - Fork 9
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
Unable to build on linux #26
Comments
Small update, I just tried manually download a different PyPy build and installing it and I'm still getting the error. But here is my new PyPy version:
|
It's because zpp_bits, serialization library we use, breaks compatibility with anything lower than C++20. And you should use at least gcc11. |
I remember that symusic do offer pre-compiled wheels for pypy. I don't quite get why you need to compile it manually. |
Initially I haven't tried to compile anything manually. I just did |
Perfect - I just tried with 0.3.2 and it worked perfectly. Thank you for your prompt fix! |
Hi 👋 |
Well, I think it is a temporary issue. This time, the cibuildwheel image of pypa used in the github acitons had an update that was not forward-compatible and in the runtime we got a warning that the upload-artifact v3 version was too low. So then, we switch to upload-artifact v4, which is still not forward-compatible. Now it seems that we are not using upload-artifact v4 correctly, and we failed to upload the new pre-compiled wheels. Since for 0.3.5, only source code was successfully uploaded to pypi, any installation of this version will lead to local compilation. |
Brilliant, thanks again for the prompt fix and excellent library |
pip install symusic
worked fine on my local system, but isn't building on a linux google VM.Python:
Python 3.9.18
PyPy:
Python 3.7.10 (7.3.5+dfsg-2+deb11u2, Nov 01 2022, 20:16:36) [PyPy 7.3.5 with GCC 10.2.1 20210110
It seems to fail during the CMake build process. Pasting just the end of the error log:
Any help would be greatly appreciated! This is also preventing me from updating my Miditok installation.
The text was updated successfully, but these errors were encountered: