bigheadG / mmWave

mmWave SDK examples based on Batman Kit mmWave Sensor module
http://www.joybien.com
122 stars 30 forks source link

lpd_v09_kv_3dbar invalid syntax #2

Closed 3821sh closed 4 years ago

3821sh commented 4 years ago

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

bigheadG commented 4 years ago

You need install dataclasses because python3.5 not support dataclasses. you can reference https://pypi.org/project/dataclasses/ to install dataclasses.