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
This example given in the project README no longer works: stats = gbif_dl.io.download(data_generator, root="my_dataset")
and instead returns the error AttributeError: module 'gbif_dl' has no attribute 'io'
The project guidance and examples should be updated if the project structure has changed.
The text was updated successfully, but these errors were encountered:
This example given in the project README no longer works:
stats = gbif_dl.io.download(data_generator, root="my_dataset")
and instead returns the error
AttributeError: module 'gbif_dl' has no attribute 'io'
The project guidance and examples should be updated if the project structure has changed.
The text was updated successfully, but these errors were encountered: