-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
opendap access fails only in ubuntu machines #7773
Comments
Can you try with |
Sure @dcherian! I add a simple test as you recommend, and all ubuntu tests crashed. def test_only_netCDF4_access():
dataset = Dataset(
"https://ihthredds.ihcantabria.com/thredds/dodsC/Bathymetry/Global/Gebco_2020.nc"
)
assert isinstance(dataset, Dataset) And also I run this code in Googlecolab. Same problem... seems that something happend with netCDF4.... |
I open a new issue in netcdf github - Unidata/netcdf4-python#1246 |
I am closing this as an upstream issue - feel free to reopen if you disagree. |
Please @mathause check this: Unidata/netcdf4-python#1246. I think xarray need to fix a dependency to work with opendap in new versions |
What happened?
I am having errors on opendap access (any of them):
The point is that only ocurrs when i deploy and test the code on an ubuntu-latest machine using (pyenv+pip), see summary of the action:

my dependencies are defined on pyproject.toml file like this:
However, If I use conda on wsl unbuntu 20.04 LTS with this environment.yml, works fine:
Public repository here: pyTESEO
What did you expect to happen?
I expect to pass all tests
Minimal Complete Verifiable Example
MVCE confirmation
Relevant log output
No response
Anything else we need to know?
No response
Environment
The text was updated successfully, but these errors were encountered: