singlestore-labs / python-wasi

Utilities for building CPython for the WASI platform
Apache License 2.0
97 stars 14 forks source link

Disable compiling pip #4

Closed adamreese closed 2 years ago

adamreese commented 2 years ago

Compiling with ensurepip errors when building on macos

Traceback (most recent call last):
  File "<frozen runpy>", line 189, in _run_module_as_main
  File "<frozen runpy>", line 148, in _get_module_details
  File "<frozen runpy>", line 112, in _get_module_details
  File "/Users/areese/p/src/github.com/singlestore-labs/python-wasi/cpython/Lib/ensurepip/__init__.py", line 4, in <module>
    import subprocess
    ^^^^^^^^^^^^^^^^^
  File "/Users/areese/p/src/github.com/singlestore-labs/python-wasi/cpython/Lib/subprocess.py", line 99, in <module>
    import _posixsubprocess
    ^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_posixsubprocess'
make: *** [install] Error 1