We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When compiling the source with Python 3.12 (using WAF) python3 waf configure --prefix=installed --require-python File "/tmp/nitro-NITRO-2.11.6/externals/coda-oss/build/waf", line 166 #BZh91AY&SYr SyntaxError: source code cannot contain null bytes
Cause is a change in Python3.12 which raises a syntax error when source files contain null bytes python/cpython#96670
I think the fix is to remove the null bytes from the WAF file in contrib
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When compiling the source with Python 3.12 (using WAF)
python3 waf configure --prefix=installed --require-python
File "/tmp/nitro-NITRO-2.11.6/externals/coda-oss/build/waf", line 166
#BZh91AY&SYr
SyntaxError: source code cannot contain null bytes
Cause is a change in Python3.12 which raises a syntax error when source files contain null bytes
python/cpython#96670
I think the fix is to remove the null bytes from the WAF file in contrib
The text was updated successfully, but these errors were encountered: