-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
4.4.1.1 breaks OPeNDAP on windows and Python 2.7/3.4 #10
Comments
I had that issue before the update to 4.4.1.1. Not sure what is going on but some endpoints work fine others return the |
I can confirm that pinning to |
I just built the IOOS3 environment, and this is failing on Windows:
giving:
It works okay on Windows with my IOOS2 environment with older netCDF4 v1.2.4. |
I am not sure that is a problem with packaging. I believe it it is a bug in What is the |
Here's what my IOOS3 Python 3 env looks like for netcdf:
|
I will try to debug this but some URLs are OK for me when I downgraded from 4.4.1.1 to 4.4.0... |
This was fixed upstream (Unidata/netcdf-c#366) so we need to wait for a new release (or patch or versoin). |
With 4.4.1.1, I'm having trouble with netCDF accessing OPeNDAP servers; I get the following error:
I should note that this only happens on AppVeyor, like: https://ci.appveyor.com/project/Unidata/unidata-python-workshop/build/1.0.201/job/jtxca676p2svxgxh
I can reproduce locally on a windows 7 64 vm with Python 3.4; does not happen with Python 3.5
The text was updated successfully, but these errors were encountered: