-
Notifications
You must be signed in to change notification settings - Fork 113
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
Fail to install on Ubuntu 24.04 #82
Comments
It looks like this is a bigger issue affecting building Atheris against python 3.12, not Ubuntu specific. The See python/cpython#92925 and https://docs.python.org/3.12/whatsnew/3.12.html#cpython-bytecode-changes |
Some news? Cannot install anymore |
Just wanted to note that there's a draft PR to fix this, but it seems to have stalled? #60 |
@jvoisin, any news on supporting Atheris compilation on Ubuntu 24.04? |
Julien is no longer actively maintaining Atheris, its just me now. Unfortunately it's been hard to find time to work on it given the current environment, working on Atheris is one small part of my overall job and we've been focusing only on core priorities in the immediate past. So I would like to acknowledge that Atheris isn't in the best state that it could be in, and that's on me. I think this issue is really about adding support for python 3.12, which I am actively working on internally - I was hoping to finish before the holidays but that looks unlikely at this point. Long term I would like to focus more on the OSS use case and move all development to Github instead of using Google's internal tools, hopefully that will happen in 2025. The VM keeps changing and we need to explore some options to reduce the complexity of adding support for new Python versions. The other part of why there hasn't been more activity is that there hasn't been a clear vision for Atheris to move towards, I am also hoping to change that in 2025. Stay tuned, and thanks for your patience and understanding in the meantime. |
Atheris fails to install on Ubuntu 24.04, see google/atheris#82
…ngs (#232) * Update dependencies to suppress cargo audit and deprecated code warnings Also, fix CI: Atheris fails to compile with fresh Python on latest Ubuntu 24.04 * Use Ubuntu 22.04 in CI * Skip Atheris tests on Ubuntu 24.04 Atheris fails to install on Ubuntu 24.04, see google/atheris#82 * Fix clippy * Fix tests (#234) * Fix csharp_native on 22.04 & fix test_casr_san_rust_panic with rust 1.81 (#237) --------- Co-authored-by: PaDarochek <[email protected]>
Atheris apparently cannot be installed on a Ubuntu 24.04.
Steps to Reproduce
results in the following error
pip3 install --no-binary atheris atheris
and trying to build with pip from the sources results in the same error. On Ubuntu 22.04 the above works without any problems.Additional Information
It would be great if you can have a closer look into this problem. Please let me know if you need further help in reproducing this bug.
The text was updated successfully, but these errors were encountered: