met error when build shapely/GEOS, unknown file type: /path/to/cached/prefix/lib/libgeos_c.so #19693
Unanswered
majinge7846
asked this question in
Q&A
Replies: 1 comment
-
What is the file type of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to build shapely 2.0.1 (depends GEOS) for web pyodide to use.
shapely
meet error above
INFO: cc build/temp.emscripten_3_1_27_wasm32-cpython-310/src/c_api.o build/temp.emscripten_3_1_27_wasm32-cpython-310/src/coords.o build/temp.emscripten_3_1_27_wasm32-cpython-310/src/geos.o build/temp.emscripten_3_1_27_wasm32-cpython-310/src/lib.o build/temp.emscripten_3_1_27_wasm32-cpython-310/src/pygeom.o build/temp.emscripten_3_1_27_wasm32-cpython-310/src/strtree.o build/temp.emscripten_3_1_27_wasm32-cpython-310/src/ufuncs.o build/temp.emscripten_3_1_27_wasm32-cpython-310/src/vector.o -L/path/to/cached/prefix/lib -lgeos_c -o build/lib.emscripten_3_1_27_wasm32-cpython-310/shapely/lib.cpython-310-wasm32-emscripten.so
wasm-ld: error: unknown file type: /path/to/cached/prefix/lib/libgeos_c.so
WSL version (Windows Subsystem for Linux): 1.2.5.0
emscripten version 3_1_27
pyodide version 0.2.3
Beta Was this translation helpful? Give feedback.
All reactions