I want to use python in openlca to run a scenario analysis and a monte carlo simulation.
I installed olca as in this link
https://github.com/GreenDelta/olca-ipc.py#monte-carlo-simulations but when I run the code I have this error
Traceback (most recent call last):
File "<string>", line 43, in <module>
ImportError: No module named olca
Where is the error and what are the steps for a correct run?
Many thanks