olca-ipc.py
olca-ipc.py copied to clipboard
Traceback (most recent call last): File "C:\ProgramData\Anaconda3\lib\site-packages\urllib3\connection.py", line 160, in _new_conn (self._dns_host, self.port), self.timeout, **extra_kw File "C:\ProgramData\Anaconda3\lib\site-packages\urllib3\util\connection.py", line 84, in create_connection raise err File "C:\ProgramData\Anaconda3\lib\site-packages\urllib3\util\connection.py", line 74, in create_connection sock.connect(sa)...
See the discussion here: https://ask.openlca.org/2667/error-when-trying-to-get-a-unit-by-id-with-olca-ipc
I am attempting to generate Product systems using the IPC server and Python. The command, `client.create_product_system` takes two arguments: reference object to process and the linking configuration. I set the...
for my product system, i get different results when I run manually in OLCA and there are different results depending on the allocation selection (none vs. as defined in process)....
Hello, I try to use the `function upstream_tree_of` followind this exemple: (Of course I change ids) https://greendelta.github.io/olca-ipc.py/olca/ipc.html#olca.ipc.Client.upstream_tree_of I've got this error: ERROR:root:Failed to get upstream tree: 400: invalid result reference:...
Dear developer, From the api of SimpleResult, it is found that it contains ImpactResults and FlowResults. Does it also contain the process-related information? For example, the "Process flow contributions", "Process...
Hello, I have tried to connect from OpenLCA to Python. What exactly needs to be installed? I have proceeded exactly as in 'GreenDelta/olca-ipc.py´ described. But then I always get the...
How to access the result obtained after using the predefined normalization & weighting set? Currently, I can only access the results for impact categories (using 'result.impact_results' code line)
An error occurs when using Client.get(olca.Process, process.id) on some processes and doesn't occur for other processes. This error occurs in the latest alpha version of OpenLCA (2.0.0.alpha4). When the same...
Is there a way to start the IPC Server in OpenLCA without using the GUI but from a python console? Thanks so much!