-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Unknown objects #193
Comments
Hi @OliverLyon, how was your The recommended way is to use
Because I think your issue stems from an incorrect biosphere database. |
Hi, @romainsacchi: Thank you for the reply. I created the biosphere database by importing a ecospold file downloaded from ecoinvent using the following code. ndb = NewDatabase( Am I using the correct code or is there any other way to do it? Thanks. |
Hi @OliverLyon, your code does not create a biosphere database. Your code creates an instance of a class of You need to create a
And then, before running
|
Thanks @romainsacchi: Now I can create the new database. After that I used: Is it the correct way to construct superstructure? It also gave me an error of: Is it related to the fault in the end? Thanks again |
I tried to export IAM scenarios to the superstructure database using ecoinvent 3.7.1. When it is writing activities to SQLite3 database, I received the following error.
UnknownObject: Exchange between ('ecoinvent-3.7.1-cutoff', 'aa7cac3a-3625-41d4-bc54-33e2cf11ec46') and ('super_db_15-01-2025', '00017146-dcc2-4f76-8190-bdce78fb7436') is invalid - one of these objects is unknown (i.e. doesn't exist as a process dataset)
Anyone know how to solve this?
Thanks
The text was updated successfully, but these errors were encountered: