I'm trying to set up a connection between OpenLCA and the Spyder IDE. When I try to import the olca module, I receive an error stating "TypeError: 'type' object is not subscriptable" related to line 646 of the code (def lci_inputs(self, result: schema.SimpleResult) -> list[schema.FlowResult]:).
I'm not sure how to fix this error, and this is something that seems to have popped up recently, as I have been able to successfully import this module and run calculations in OpenLCA from Spyder previously.