-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows/PowerShell arm64 installer hangs after "Installing Dependencies..." #973
Comments
I should have noted that I'm using an arm64 Windows VM. I have edited the issue title and description accordingly. I just tested running the Windows PowerShell installation script (commit 1a35d96) in both an x64-emulated PowerShell and an arm64 (non-emulated) PowerShell. Command:
The result is that the x64 PowerShell works as expected. The arm64 PowerShell hangs as described by this issue, showing the following output before it hangs:
|
ARM windows is not supported |
In that case how about we make the Windows installation script fail with a proper error in case we detect ARM? That would make it a lot clearer to users what's going on. |
Sure |
PR up: #999 |
I'm trying to install GHCup for arm64 Windows via the PowerShell installer script from master (df192ee). I'm running a Windows 11 VM using Parallels Desktop.
Command:
The installation script hangs after the
Installing Dependencies...
step. Here are the logs shown in the terminal:The text was updated successfully, but these errors were encountered: