You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I try to build from source, an error occured in submodules/duckdb/scripts/create_local_extension_repo.py, the python traceback is
Traceback (most recent call last):
File "/home/sarail/projects/duckdb-wasm/submodules/duckdb/scripts/create_local_extension_repo.py", line 32, in <module>
duckdb_platform = lines[0]
~~~~~^^^
IndexError: list index out of range
This error is because file duckdb-wasm/build/relperf/mvp/third_party/duckdb/src/duckdb_ep-build/duckdb_platform_out exists but is empty, but i don`t know why it empty
To Reproduce
make clean
make
Browser/Environment:
nodejs-21.7.3-1, google-chrome-124.0.6367.78-1
Device:
ROG Zephyrus G14 GA402RJ
DuckDB-Wasm Version:
build from source, main branch, latest
DuckDB-Wasm Deployment:
none
Full Name:
sarail
Affiliation:
individual
The text was updated successfully, but these errors were encountered:
What happens?
While I try to build from source, an error occured in submodules/duckdb/scripts/create_local_extension_repo.py, the python traceback is
This error is because file
duckdb-wasm/build/relperf/mvp/third_party/duckdb/src/duckdb_ep-build/duckdb_platform_out
exists but is empty, but i don`t know why it emptyTo Reproduce
Browser/Environment:
nodejs-21.7.3-1, google-chrome-124.0.6367.78-1
Device:
ROG Zephyrus G14 GA402RJ
DuckDB-Wasm Version:
build from source, main branch, latest
DuckDB-Wasm Deployment:
none
Full Name:
sarail
Affiliation:
individual
The text was updated successfully, but these errors were encountered: