You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting disable_progress_bar=True in the code below, the process hangs indefinitely. This is tested in a clean but bulky environment with dfm_tools, xugrid, ddlpy, hatyan etc installed and cannot be reproduced yet on other laptops.
importcopernicusmarinedisable_progress_bar=False# TODO: the code hangs when setting this to Truedataset_id="cmems_obs-ins_glo_phy-ssh_my_na_PT1H"url_file='INSITU_GLO_PHY_SSH_DISCRETE_MY_013_053/cmems_obs-ins_glo_phy-ssh_my_na_PT1H_202311/history/TG/BO_TS_TG_Aarhus_60minute.nc'copernicusmarine.get(
dataset_id=dataset_id,
dataset_part="history",
service="files",
filter=url_file,
output_directory='.',
overwrite_output_data=True,
force_download=True,
no_directories=True,
disable_progress_bar=disable_progress_bar,
)
It did work in a clean environment with only copernicusmarine and ipython installed. However, after this success, it also worked again in the bulky environment. Confusing situation.
Update 4-9-2024: with new miniforge3 instead of anconda environments, it now works on laptop (not tested on WCF).
The text was updated successfully, but these errors were encountered:
When setting
disable_progress_bar=True
in the code below, the process hangs indefinitely. This is tested in a clean but bulky environment with dfm_tools, xugrid, ddlpy, hatyan etc installed and cannot be reproduced yet on other laptops.It did work in a clean environment with only copernicusmarine and ipython installed. However, after this success, it also worked again in the bulky environment. Confusing situation.
Update 4-9-2024: with new miniforge3 instead of anconda environments, it now works on laptop (not tested on WCF).
The text was updated successfully, but these errors were encountered: