ModuleNotFoundError: No module named '_sysconfigdata__emscripten_wasm32-emscripten' #2729
Unanswered
josephrocca
asked this question in
Q&A
Replies: 1 comment 9 replies
-
What's the value of |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any obvious reason why
buildpkg
would be giving the error in the title? I had a build process "working" for JAX (up to this point), but I've recently re-cloned the Pyodide repo and started fresh (replicating the edits andmeta.yaml
config that I'd made previously), but now I'm running into this, which occurs very early in the build process:I've confirmed that these environment variables are made available to Bazel from the
pypabuild.py
caller environment: PYODIDE_ROOT, TARGETINSTALLDIR, PYODIDE_PACKAGE_ABI, PYODIDE_JOBS, PKG_CONFIG_PATH, PYMICRO, PYMAJOR, HOSTSITEPACKAGES, PYMINOR, SIDE_MODULE_LDFLAGS, PWD, SYSCONFIG_NAME, PKG_BUILD_DIR, PYO3_CONFIG_FILE, CARGO_BUILD_TARGET, HOME, PYODIDE, CARGO_HOME, RUSTFLAGS, PYTHONINCLUDE, WASM_LIBRARY_DIR, CARGO_TARGET_WASM32_UNKNOWN_EMSCRIPTEN_LINKER, PYTHONPATH, NUMPY_LIB, SHLVL, EMSDK_NODE, WASM_PKG_CONFIG_PATH, SIDE_MODULE_CFLAGS, LC_CTYPE, PKG_VERSION, UNISOLATED_PACKAGES, PATH, HOSTINSTALLDIR, EMSDK, CPYTHONBUILD, EM_CONFIG, STDLIB_MODULE_CFLAGS, _, LD, CXX, CC, GFORTRAN, CARGO, AR, GCC, PYWASMCROSS_ARGS, _PYTHON_HOST_PLATFORM, _PYTHON_SYSCONFIGDATA_NAMEI'll keep trying to debug this, but just wondering if this hints at some obvious mistake that I've made, or if this could be due to a very recent commit (I'm
git clone
ing the main branch) which would explain why it seemed to not be a problem for me previously?Beta Was this translation helpful? Give feedback.
All reactions