-
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
conflict of netcdf library #163
Comments
I have the same problem when I use the MATLAB package on Windows server 2016. For macOS and Linux it works fine. I have asked a question on discourse but did not get any answer that solved my problem: https://discourse.julialang.org/t/netcdf-dll-library-not-found-on-windows-server-2016/46072?u=josimar |
What's the exact issue? The library cannot be opened? |
The exact issue is that I can't have MATLAB and NetCDF packages on the same environment. I fixed the link above to the correct problem. Could you take a look? Thanks! |
This is tricky since NetCDF is using conda to load things and conda is just correctly loading and referencing libraries which somehow ends up clashing with the ones that MATLAB uses. The best thing we can push for is for NetCDF to migrate to jll's, which seems blocked(?) by HDF5.jl also having issues migrating to |
Is it even possible to do a manual load/change of directory? |
When using MATLAB the netcdf library is pointed to netcdf.dll in the MATLAB installation folder and if I call
NCDatasets
it now reportsHow could I redirect the library?
The text was updated successfully, but these errors were encountered: