-
Notifications
You must be signed in to change notification settings - Fork 64
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
[on MS Windows] ERROR: Package MATLAB errored during testing (exit code: 3765269347) #230
Comments
This kind of issues happen often on Julia with Windows. Probably has something to do with Windows being slower on small file operations due to its more advanced File System design. |
Indeed it seems to be a Windows error rather than a Julia error.
Is there a way to implement a pause? I assume it's not specific to MATLAB.jl but in the Pkg build function, though looking through Pkg.jl it's not so clear to me where that could be. |
I don't think so. Again, just a hunch.
I have a script in PowerShell which deals with files. |
Note: #226 is not in the current release, so you may want the master branch instead. Not sure if this will help or not. |
I've added MATLAB in Julia v1.11 through the package manager. I am running Windows 11 and MATLAB 2024b is installed. When I run
or any other MATLAB code in VSCode, I get:
When running just the Julia terminal without VSCode, the terminal just closes. However, I have noticed that the MATLAB Command Window will pop up before exiting.
When I test the build:
After testing I have checked "C:\Users\TESTACCT\AppData\Local\Temp\jl_tkJSKc" and it appears to be empty.
I believe this gentleman had the same error and suggested running the Julia terminal in Administrator mode for installation and testing.
However, having tried this I got the exact same error so it did not fix the problem in my case. Any ideas on what I can try next to get this running? Many thanks.
The text was updated successfully, but these errors were encountered: