You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "(...) \AppData\Local\Programs\Python\Python39\lib\uuid.py", line 181, in __init__
raise ValueError('bytes_le is not a 16-char string')
ValueError: bytes_le is not a 16-char string
After installing Python 3.11 I do not get this error. It says in the Python SDK documentation that Python 3.9 is supported
The text was updated successfully, but these errors were encountered:
The root cause here was using "old" Mesh Python SDK together with Mesh 2.15 RC. The "old" Mesh Python SDK was installed only in Python 3.9 environment and was lacking: #473.
We confirmed with @MinaTangenVolue that after updating Mesh Python SDK to latest version, it works correctly.
Mesh Python SDK version: 1.9.0.dev0
Mesh version: Mesh is 2.15.0+3
Python version: 3.9 / 3.11
Operating System (Windows, Ubuntu, etc.): Windows
As discussed with @arkadiuszlis
I tried running the example script search_calculation_expression.py (https://github.com/Volue-Public/energy-mesh-python/blob/master/src/volue/mesh/examples/search_calculation_expressions.py) on internal Volue machines
I get this error using Python 3.9:
After installing Python 3.11 I do not get this error. It says in the Python SDK documentation that Python 3.9 is supported
The text was updated successfully, but these errors were encountered: