admin-shell-io / aas-test-engines

Official test tooling for the Asset Administration Shell
https://certification.admin-shell-io.com
Apache License 2.0
7 stars 3 forks source link

Version 0.5.0 Bug #61

Closed RALewin closed 1 month ago

RALewin commented 2 months ago

Hi, We added the new Version to our Project and now we get the following error Traceback:

Traceback (most recent call last): File "c:\Users[User]\Desktop\AASX Validator\from aas_test_engines import file.py", line 1, in from aas_test_engines import file File "C:\Users[User]\AppData\Local\Programs\Python\Python312\Lib\site-packages\aas_test_engines\file.py", line 14, in from ._file.generate import generate_graph, FlowGraph File "C:\Users[User]\AppData\Local\Programs\Python\Python312\Lib\site-packages\aas_test_engines_file\generate.py", line 1, in from fences.json_schema.normalize import normalize, NormalizationConfig ImportError: cannot import name 'NormalizationConfig' from 'fences.json_schema.normalize' (C:\Users[User]\AppData\Local\Programs\Python\Python312\Lib\site-packages\fences\json_schema\normalize.py)

otto-ifak commented 2 months ago

Hi @RALewin , have you added the project via pip install or simply cloned the git repo?

otto-ifak commented 1 month ago

Closed due to inactivity, feel free to re-open if necessary