Hi everyone,
I have installed all the requirements following the guide (python-m pip install -r reuirements.txt), everything was installed successfully. When I run "python Python_Demo_Multithreaded.py" I got this error:
ModuleNotFoundError: No module named 'Aero'
I tried with many python versions (3.8.6rc1, 3.9, 3.10) but it is not a version issue, I guess.
can anyone kindly help me?
Paolo