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
Hi,
I wanted to try the examples so I created a venv and installed the library using pip and with my python version (3.13.1) on Linux I can not run any of the examples because it is unable to import MARTe2Application:
$ python water_tank.py
Traceback (most recent call last):
File "~/git/MARTe2-python/examples/water_tank.py", line 2, in<module>
from martepy.marte2 import (
...<4 lines>...
)
ImportError: cannot import name 'MARTe2Application' from 'martepy.marte2' (~/.venv/martepy/lib/python3.13/site-packages/martepy/marte2/__init__.py)
Thank you very much in advance!
Cheers,
Martino
The text was updated successfully, but these errors were encountered:
Hi,
I wanted to try the examples so I created a
venv
and installed the library usingpip
and with my python version (3.13.1
) on Linux I can not run any of the examples because it is unable to importMARTe2Application
:Thank you very much in advance!
Cheers,
Martino
The text was updated successfully, but these errors were encountered: