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
root@db356c6c9e3c:/# geocode --setup all
ERROR:root:Encountered an error while extracting %s NUTS%s region data from Eurostat API.
NoneType: None
Traceback (most recent call last):
File "/usr/local/bin/geocode", line 8, in
sys.exit(main())
^^^^^^
File "/usr/local/lib/python3.11/site-packages/geocode/geocode.py", line 431, in main
geocoder.force_setup(ngeso_setup=ngeso_setup, cpo_setup=cpo_setup, ons_setup=ons_setup,
File "/usr/local/lib/python3.11/site-packages/geocode/geocode.py", line 84, in force_setup
self.eurostat.force_setup()
File "/usr/local/lib/python3.11/site-packages/geocode/eurostat.py", line 45, in force_setup
self._load_nuts_boundaries(l)
File "/usr/local/lib/python3.11/site-packages/geocode/eurostat.py", line 100, in _load_nuts_boundaries
nuts_gdf = self.load_nuts_boundaries(level, year)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/geocode/eurostat.py", line 86, in load_nuts_boundaries
raise utils.GenericException("Encountered an error while extracting %s NUTS%s region "
geocode.utilities.GenericException: Encountered an error while extracting %s NUTS%s region data from Eurostat API.
The text was updated successfully, but these errors were encountered:
root@db356c6c9e3c:/# geocode --setup all
ERROR:root:Encountered an error while extracting %s NUTS%s region data from Eurostat API.
NoneType: None
Traceback (most recent call last):
File "/usr/local/bin/geocode", line 8, in
sys.exit(main())
^^^^^^
File "/usr/local/lib/python3.11/site-packages/geocode/geocode.py", line 431, in main
geocoder.force_setup(ngeso_setup=ngeso_setup, cpo_setup=cpo_setup, ons_setup=ons_setup,
File "/usr/local/lib/python3.11/site-packages/geocode/geocode.py", line 84, in force_setup
self.eurostat.force_setup()
File "/usr/local/lib/python3.11/site-packages/geocode/eurostat.py", line 45, in force_setup
self._load_nuts_boundaries(l)
File "/usr/local/lib/python3.11/site-packages/geocode/eurostat.py", line 100, in _load_nuts_boundaries
nuts_gdf = self.load_nuts_boundaries(level, year)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/geocode/eurostat.py", line 86, in load_nuts_boundaries
raise utils.GenericException("Encountered an error while extracting %s NUTS%s region "
geocode.utilities.GenericException: Encountered an error while extracting %s NUTS%s region data from Eurostat API.
The text was updated successfully, but these errors were encountered: