How to get results directly in brightway2 using the calculation setup already made in activity browser #1032
Replies: 2 comments 16 replies
-
I'm not sure from the code you shared, but it seems to me you have to first |
Beta Was this translation helpful? Give feedback.
-
HI @zeeshankhan2 please ignore this!! could you provide a printout of your environment? The packages that we want to look out for in case it is a result of an issue with the dependencies are intel-openmp and the mkl, there's a conflict between the versions (2022.0.1 and 2021.4.0) |
Beta Was this translation helpful? Give feedback.
-
Hi There,
I built a calculation setup in activity browser having multiple activities and methods and now want to get results in brightway2 for further analysis. I found the MultiLCA method to do this as below.
mlca = MultiLCA("Aluminium and Steel") #where as "Aluminium and steel" is the name of calculation setup built in Ab
mlca.results
but when i run above code i am getting the following error. Could someone help me with the code i am new to python.
Beta Was this translation helpful? Give feedback.
All reactions