Closed Tails closed 2 years ago
You could try checking out a specific version of Python in the clone (e.g., git checkout 3.11
) rather than using the current state of the code.
I think this worked!
Would be good to optionally specify the branch name to clone/checkout using an ENV var in run.sh.
To be clear for others who find this thread:
/python-wasi# cd cpython
/python-wasi/cpython# git checkout -b 3.11 origin/3.11
The main branch issues should be fixed now (a799a658120b6826166ae19b31e357bcddeb327c).
I'm trying to prepare the Docker image but I'm getting stuck in the
run.sh
step. It seems the compilation of one of the core libs is failing. Is there pre-configured Docker image available, or a specific Python commit that for sure can be used?