-
Notifications
You must be signed in to change notification settings - Fork 1
build: use influx cpython fork #204
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
Conversation
bef3e4a to
0972a12
Compare
0972a12 to
d1cdc68
Compare
d1cdc68 to
73611f3
Compare
|
Something about the new python build is odd. From the build logs: However if I look at the current
That's also why the tests fail, see https://github.com/influxdata/datafusion-udf-wasm/blob/main/CONTRIBUTING.md#python-fails-to-start--no-module-named-encodings Looking at https://github.com/influxdata/cpython-wasi-build/commits/main/ I think we've messed up the branching a bit here: you've forked that project from https://github.com/brettcannon/cpython-wasi-build/commits/main/ which is the dev branch for Python 3.15, but you should have forked it from https://github.com/brettcannon/cpython-wasi-build/commits/release/3.14 So my suggestion is to:
|
73611f3 to
a656cbb
Compare
fix: fix URL
a656cbb to
5d2f648
Compare
|
finally 😅 |
Closes #152
Describe your proposed changes here.