IndEcol / pymrio

Multi-Regional Input-Output Analysis in Python.
http://pymrio.readthedocs.io/en/latest/
Other
161 stars 71 forks source link

pymrio.download_exiobase3 not working #131

Closed econte94 closed 10 months ago

econte94 commented 10 months ago

Hello, I'm trying to follow the tutorial here https://pymrio.readthedocs.io/en/latest/notebooks/autodownload.html#EXIOBASE-3-download

This is the portion of my code: exio_meta = pymrio.download_exiobase3(storage_folder='data/', system="pxp", years=[2011, 2012]) print(exio_meta)

Screenshot of the results I get: image

Thanks for any support.