-
-
Notifications
You must be signed in to change notification settings - Fork 321
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
Cannot install GLMakie on Windows if user name contains non-ASCII symbols #4749
Comments
Error? |
✗ Makie PkgPrecompileError: The following 1 direct dependency failed to precompile: GLMakie Failed to precompile GLMakie [e9467ef8-e4e7-5192-8a1a-b1aee30e663a] to "C:\Users\Пользователь\.julia\compiled\v1.11\GLMakie\jl_7751.tmp". |
Hm seems to be a utf8 problem in the PNG C library: Don't know fopen well enough to know, if this is just incorrectly called or a problem in C. |
Something wrong with UTF inside underlying C layer. |
]st -m Makie
)]activate --temp; add Makie
)Cannot install GLMakie on Windows if user name contains non-ASCII symbols.
Latest Julia version (v1.11.2 and 1.11.3)
If name of user is something like User - all OK
If name of User is Пользователь (Russian) - makie can't install.
Think its because C:\Users\Пользователь.julia path.
The text was updated successfully, but these errors were encountered: