0 votes
27 views

I'm trying to set up a connection between OpenLCA and Python. When I try to import the olca module, I receive error statings " No module named olca " , "no module named olca_ipc" and "no module named olca_schema " . I tried it with both Openlca 1 and Openlca 2 version.

My source is https://greendelta.github.io/openLCA-ApiDoc/examples/pyipc_from_scratch.html

How can i import olca module?

in openLCA by (120 points)

1 Answer

0 votes
ago by (5.0k points)

Hi morgenmuffel,

I have some questions that might help to figure out the issue.

  1. How did you install the packages?
  2. How do you run the code?

Regards,

François

...