-
Notifications
You must be signed in to change notification settings - Fork 4
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
Example not running (Windows) #71
Comments
Can you check the file contents? I think that error message means a csv file is empty. |
Thanks for the quick response! I see the problem. I had to drop binary provider from the dependencies as it won't install on Windows in Julia 1.8, but it is needed for the unzipping. Looks like it hasn't been updated in a while and isn't supported any more. I'll take a crack tomorrow with Julia 1.6 JuliaPackaging/BinaryProvider.jl#211 |
Problem has been resolved! Steps below in case anyone else is struggling to get it up and running
I tried some work arounds as well with a funky version of BinaryProvider and Julia 1.8, but couldn't get the files to build Awesome package Sam! |
Thanks for letting me know that BinaryProvider was the problem, I've now switched to use the ZipFile package instead in JEMSS 1.3.5. I guess that |
Have tested on another computer that only has Julia 1.8 with the updated JEMSS version, and it is working out of the box. Great fix :) |
Hi
Upon installing and trying to run the example, this error appears in the 'loading sim' step
ERROR: LoadError: at row 0, column 0 : ArgumentError("number of rows in dims must be > 0, got 0")
Same error appears for any of the other examples. I've checked and the path to the config seems correct. Any ideas?
The text was updated successfully, but these errors were encountered: