-
Notifications
You must be signed in to change notification settings - Fork 23
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
Install MoonBit CLI failed #546
Comments
I got same issue while upgrading moon.
System infoLinux version 5.15.167.4-microsoft-standard-WSL2 (root@f9c826d3017f) (gcc (GCC) 11.2.0, GNU ld (GNU Binutils) 2.37) #1 SMP Tue Nov 5 00:21:55 UTC 2024 |
I fixed this issue by reinstalling moon cli. It looks like the old moon-cli can't complie latest core lib. ➜ ~ sudo curl -fsSL https://cli.moonbitlang.cn/install/unix.sh | bash
Downloading moonbit ...
######################################################################## 100.0%
Downloading core ...
######################################################################## 100.0%
Bundling core ...
Finished. moon: ran 47 tasks, now up to date
Finished. moon: ran 47 tasks, now up to date
Finished. moon: ran 47 tasks, now up to date
Finished. moon: ran 47 tasks, now up to date
moonbit was installed successfully to ~/.moon
To verify the downloaded binaries, check https://www.moonbitlang.com/download#verifying-binaries for instructions.
To know how to add shell completions, run 'moon shell-completion --help'
Run 'moon help' to get started
➜ ~ moon version
moon 0.1.20250107 (099c4c7 2025-01-07) |
It's related to non-ascii username in windows, I managed to tackle this by changing it, but it was painful because there's no one-click way to do this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OS: windows 11
Description:
when I installed moonbit cli, here the output:
when I upgrade cli with
moon upgrade
, here the output:after failed, it will generate a folder like "鍚曠菠钂橽.moon" in user folder.
The text was updated successfully, but these errors were encountered: