Closed jarod closed 1 day ago
I'm also facing this issue. It's caused by #2993.
I'm unsure about python.compile
behaviour, but it seems it's not checking whether the precompiled binary is available.
[undefined] - use precompiled binary if one is available for the current platform, compile otherwise.
I'm also facing this issue. It's caused by #2993.
I'm unsure about
python.compile
behaviour, but it seems it's not checking whether the precompiled binary is available.[undefined] - use precompiled binary if one is available for the current platform, compile otherwise.
by setting MISE_PYTHON_COMPILE=false, now mise download precompiled binary
Thanks! I actually knew that setting but I think prebuilt binaries should be used by default.
Describe the bug
To Reproduce Steps to reproduce the behavior.
Expected behavior Download and use a prebuilt version of python instead of building from source.
mise doctor
outputAdditional context Add any other context about the problem here. Consider running mise with
--debug
or--trace
for extra debug info.