-
Notifications
You must be signed in to change notification settings - Fork 92
unable to precompile JLD2 (Windows 7 - Julia 1.6.5) #383
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
Comments
Hi @Drachta, It looks very similar to this: JuliaLang/julia#39457 |
Yes, it happens every time. I tried to restart my computer just in case, but it still happens. I can delete the temporary file from within windows explorer without any popup saying that the file is used somewhere. Is there any folder / files I can remove so I can start from a fresh envirronement ? Or reinstalling Julia is enough ? EDIT: after reinstalling Julia and deleting the folder: |
The error sadly has little to do with JLD2 - only that JLD2 uses |
@JonasIsensee Thank you very much! It works with version 0.4.19. |
This issue prevents me from installing the latest version on Windows7 julia> versioninfo() julia> using JLD2 |
Hello, this problem may be caused by the jldopen() function under win7 being unable to write. Under win7, iotype = IOStream is required to write. It is likely that this problem causes the precompilation to fail under win7. |
Both users here are showing problems with |
Hello,
I'm having trouble using JLD2. It seems to complain about a permission on a temp file during precompile, but running Julia command prompt as admin didn't solve the issue.
I'm not sure what else I can try to solve this issue.
The text was updated successfully, but these errors were encountered: