pyenv install 3.11-dev gets stuck on macos m1 #2408
-
I tried to upgrade my py3.11 from b3 to newer but it seems that pyenv gets stuck without giving any feedback. I also checked the activity monitor and I do not think there is a process doing anything.
I think that pyenv should mention the log file on console as it took me a lot of time to spot the bash process that it was using ang grab the log file from there.
Shortly nothing really happening. I mentioned that I also installed pyenv from head, just to be sure it was not a bug that was already fixed, but still the same. Clearly it was able to build once, when i installed it first time. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Please report this as an issue and provide the necessary diagnostic information as per the issue template. |
Beta Was this translation helpful? Give feedback.
-
It does so if the build fails. Actually, aren't you able to terminate a hung build with Ctrl-C? |
Beta Was this translation helpful? Give feedback.
-
Hello! I tried replicating your situation by installing Terminal: iTerm The process was relatively fast, considering it took less than a minute to clone CPython (the Internet matters in this case) and where I did see some long processing periods is when |
Beta Was this translation helpful? Give feedback.
Please report this as an issue and provide the necessary diagnostic information as per the issue template.