Skip to content
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

windows, ERROR: could not load symbol "nc_open" #158

Closed
verseve opened this issue Jan 31, 2022 · 2 comments
Closed

windows, ERROR: could not load symbol "nc_open" #158

verseve opened this issue Jan 31, 2022 · 2 comments

Comments

@verseve
Copy link

verseve commented Jan 31, 2022

Using NCDatasets (v0.11.9) on Windows (Julia v1.6.5) the following error is thrown when loading a NetCDF file:

nc = NCDataset(path)

ERROR: could not load symbol "nc_open":
The specified procedure could not be found.

This happens with NetCDF_jll version v400.802.101+0 (Pkg.add("NCDatasets")). When using NetCDF_jll v400.702.400+0 loading of the NetCDF file works fine.

@Alexander-Barth
Copy link
Member

Alexander-Barth commented Feb 1, 2022

Yes, this is a known issue of NetCDF_jll. Have look here: JuliaPackaging/Yggdrasil#3731
Therefore the release 400.802.101+0 was "yanked" from the registry and is not installed automatically (but it might have been available during a brief period).
I will close the issue here to keep the troubleshooting at one place. If somebody using Windows could contribute, that would be very welcome.
The upstream issue:
Unidata/netcdf-c#2124

@Alexander-Barth
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants