issues: 1676792648
This data as json
id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at | closed_at | author_association | active_lock_reason | draft | pull_request | body | reactions | performed_via_github_app | state_reason | repo | type |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1676792648 | I_kwDOAMm_X85j8dNI | 7773 | opendap access fails only in ubuntu machines | 48764870 | closed | 0 | 5 | 2023-04-20T14:01:14Z | 2023-06-12T08:02:30Z | 2023-04-24T10:14:22Z | NONE | What happened?I am having errors on opendap access (any of them): ```python import xarray as xr url = "https://erddap.emodnet.eu/erddap/griddap/bathymetry_2022" url = "https://ihthredds.ihcantabria.com/thredds/dodsC/Bathymetry/Global/Gebco_2020.nc" ds = xr.open_dataset(url) ``` 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:
Public repository here: pyTESEO What did you expect to happen?I expect to pass all tests Minimal Complete Verifiable Example```Python import xarray as xr url = "https://erddap.emodnet.eu/erddap/griddap/bathymetry_2022" url = "https://ihthredds.ihcantabria.com/thredds/dodsC/Bathymetry/Global/Gebco_2020.nc" ds = xr.open_dataset(url) ``` MVCE confirmation
Relevant log outputNo response Anything else we need to know?No response Environment |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/7773/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | 13221727 | issue |