Open Elon-W414 opened 3 days ago
Hi,
"No biosphere flows found. No inventory results can "
It seems you did not initiate your project / did not import any database.
You shoud either use bw2io.import_ecoinvent_release()
(prefered way) or the now deprecated initProject()
If you did it already, it may have failed : look at the log/output of those functions. When the import fails, you might get no biosphere / functional units at all.
please inspire from this notebook
Also, since you are using lca_algebraic 1.1.2, multiLCAAlgebric is now named compute_impacts
When using the multiLCAAlgebric function with my offshore_windfarm_FU and a list of methods, I encountered the following issues:
1.Warning:
2.Error:
To debug the issue, I tried using a single method directly, but encountered another error:
Single Method Test Code:
Error:
Environment: Operating System: Windows 11 23H2 64-bit Python: 3.10.15 brightway2: 2.4.7 lca_algebraic: 1.1.2 Database: ecoinvent 3.10_apos
Could you provide guidance on how to resolve these errors?