-
Notifications
You must be signed in to change notification settings - Fork 193
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
compilation error #2264
Comments
The code compiles file when setting |
Still get the same error.
I got clang 14. Are you using a later version? |
I tried a million things and the only one that worked was using a later python version, 3.12. New machine, installed ubuntu 24.04 (comes with python 3.12), install pythran with pipx ---> works! So looks to me like this has nothing to do with the compiler. Thoughts? |
This code doesn't compile, and I don't know what the error message means.
There's a line with a comment "THIS ONE". If we replace ar[0] with 123 in that line then it works fine.
Alternatively we can remove all the code in SECTION 1 or SECTION 7, and then it'll work.
The text was updated successfully, but these errors were encountered: