I have imported some SimaPro datasets from csv:
In [1] sp = SimaProCSVImporter('VOI_export.CSV',"VOI_from_SP")
Extracted 24 unallocated datasets in 0.31 seconds
However, migration fails because the migration is not found:
In [2] sp.migrate("simapro-ecoinvent-3")
AssertionError: Can't find migration simapro-ecoinvent-3
I have checked and can vouch that the migration is indeed created in in C:bw2-pythonenvsbw2Libsite-packagesbw2iomigrations
Question: how can I get the migration to be found?
