-
Notifications
You must be signed in to change notification settings - Fork 32
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
conflict of netcdf.dll #41
Comments
You could try to hard-code the path in
Maybe |
Did you see this issue [1] and the discussion thread [2]? I think it is not possible currently to load two different versions of netcdf library at the same time. Maybe the work-around of [2] can also be applied here. [1] JuliaIO/ImageMagick.jl#142 |
Thanks! I was thinking about a quick fix. It doesn't really worth the effort. Won't call Matlab in Julia anymore. |
When
using MATLAB
the netcdf library is pointed tonetcdf.dll
in the MATLAB installation folder andNCDatasets
reportsHow could I redirect the library?
The text was updated successfully, but these errors were encountered: