empty file wurst/ecoinvent/__init___.py leads to error: "ImportError: cannot import name 'ECOINVENT_ORDERED_GEO' from 'wurst.ecoinvent'"
Closed this issue · 1 comments
Trying to execute the marginal mixes wurst notebook example but got an error
ImportError: cannot import name 'ECOINVENT_ORDERED_GEO' from 'wurst.ecoinvent'
I see also that others have encountered the same issue. I contacted Laurant Vandepaer, who has no solution.
It seems that the wurst/ecoinvent/init_.py file is empty as per 28 sept 2017. I found the previuos file version in the commit history. copied the lines of code into my local init_.py file to resolve the issue.
I wanted to share this workaround in case others might be interested. I am new to github, and don't know how to contribute this? hence i made this post. Is it correct understood that I should make a "pull request" for the commit of 28 sept 2017, which deleted all lines of code from the init_.py file? I cant figure out how to do this :-)
Best regards, Simon
Removing the corresponding cells in the notebook should address this issue.