PS C:\Users\david\OneDrive\Desktop\Programming\greendelta-data\scripts> python .\build_libs.py Traceback (most recent call last): File "C:\Users\david\OneDrive\Desktop\Programming\greendelta-data\scripts\build_libs.py", line 269, in <module> main() File "C:\Users\david\OneDrive\Desktop\Programming\greendelta-data\scripts\build_libs.py", line 77, in main data = model.RefData.read(model.RefDataSet.ALL) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\david\OneDrive\Desktop\Programming\greendelta-data\scripts\model.py", line 32, in read _units_into(data) File "C:\Users\david\OneDrive\Desktop\Programming\greendelta-data\scripts\model.py", line 99, in _units_into prop.unit_group = _ref_of(group) ^^^^^^^^^^^^^^ File "C:\Users\david\OneDrive\Desktop\Programming\greendelta-data\scripts\model.py", line 349, in _ref_of return lca.Ref( ^^^^^^^^ TypeError: Ref.__init__() got an unexpected keyword argument 'model_type'
Repo doesnt work right out of the box. olca-schema seems to be incompatible with scripts/build_libs.py
On the side note, is there a better way to write in the values of each flow? Is so hard to find the names for anything when everything is abstracted as its uuid.
PS C:\Users\david\OneDrive\Desktop\Programming\greendelta-data\scripts> python .\build_libs.py Traceback (most recent call last): File "C:\Users\david\OneDrive\Desktop\Programming\greendelta-data\scripts\build_libs.py", line 269, in <module> main() File "C:\Users\david\OneDrive\Desktop\Programming\greendelta-data\scripts\build_libs.py", line 77, in main data = model.RefData.read(model.RefDataSet.ALL) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\david\OneDrive\Desktop\Programming\greendelta-data\scripts\model.py", line 32, in read _units_into(data) File "C:\Users\david\OneDrive\Desktop\Programming\greendelta-data\scripts\model.py", line 99, in _units_into prop.unit_group = _ref_of(group) ^^^^^^^^^^^^^^ File "C:\Users\david\OneDrive\Desktop\Programming\greendelta-data\scripts\model.py", line 349, in _ref_of return lca.Ref( ^^^^^^^^ TypeError: Ref.__init__() got an unexpected keyword argument 'model_type'Repo doesnt work right out of the box.
olca-schemaseems to be incompatible withscripts/build_libs.pyOn the side note, is there a better way to write in the values of each flow? Is so hard to find the names for anything when everything is abstracted as its uuid.