I am using the program lpd_v09_kv_3dbar.py to test the evaluation board. However, there is an error when I tried to execute the code using "sudo python3 lpd_v09_kv_3dbar.py".
Traceback (most recent call last):
File "lpd_v09_kv_3dbar.py", line 10, in
from mmWave import lpdISK_kv
File "/usr/local/lib/python3.5/dist-packages/mmWave/lpdISK_kv.py", line 21
tid: int = 0
^
SyntaxError: invalid syntax
You need install dataclasses because python3.5 not support dataclasses.
you can reference https://pypi.org/project/dataclasses/ to install dataclasses.
Hi,
I am using the program lpd_v09_kv_3dbar.py to test the evaluation board. However, there is an error when I tried to execute the code using "sudo python3 lpd_v09_kv_3dbar.py".
Traceback (most recent call last): File "lpd_v09_kv_3dbar.py", line 10, in
from mmWave import lpdISK_kv
File "/usr/local/lib/python3.5/dist-packages/mmWave/lpdISK_kv.py", line 21
tid: int = 0
^
SyntaxError: invalid syntax