Generating databases using premise v2.3.4 with ecoinvent 3.10.1 results in unlinked exchanges: ValueError: Fix the unlinked exchanges before proceeding.
The error occurs for market for hard coal with location in Europe, without Russia and Türkiye from the additional LCIs:
Importing C:\ProgramData\miniforge3\envs\premise\Lib\site-packages\premise\data\additional_inventories\lci-steel.xlsx
Extracted 8 worksheets in 0.07 seconds
Migration route: 3.9 → 3.10
Applying forward migration 3.9 -> 3.10
Applying strategy: migrate_datasets
Applying strategy: migrate_exchanges
Could not find a valid amount for exchange market for hard coal | None in dataset pig iron production with reference product pig iron and location RER
List of unlinked exchanges:
+----------------------+-------------------+-------------------------------------+------------+----------+--------------+----------------+
| Name | Reference product | Location | Categories | Unit | Type | File |
+----------------------+-------------------+-------------------------------------+------------+----------+--------------+----------------+
| market for hard coal | hard coal | Europe, without Russia and Türkiye | None | kilogram | technosphere | lci-steel.xlsx |
+----------------------+-------------------+-------------------------------------+------------+----------+--------------+----------------+
Database creation does work for ecoinvent 3.11, where we no longer find the above specified activity.
I am using the premise version available from pip .
Generating databases using
premise v2.3.4withecoinvent 3.10.1results in unlinked exchanges:ValueError: Fix the unlinked exchanges before proceeding.The error occurs for
market for hard coalwith location in Europe, without Russia and Türkiye from the additional LCIs:Database creation does work for
ecoinvent 3.11, where we no longer find the above specified activity.I am using the
premiseversion available frompip.