spcl / dace-vscode

Rich editor for SDFGs with included profiling and debugging, static analysis, and interactive optimization.
https://marketplace.visualstudio.com/items?itemName=phschaad.sdfv
BSD 3-Clause "New" or "Revised" License
18 stars 9 forks source link

Invalid syntax when compiling #266

Open Sameeranjoshi opened 2 months ago

Sameeranjoshi commented 2 months ago

Launch failed. Is something changed in upstream version? I am on v1.7.9 (pre-release)

                                         ^
SyntaxError: invalid syntax
sjoshi@jlselogin5:~/dace/examples> python /home/sam/.vscode-server/extensions/phschaad.sdfv-1.7.9/backend/run_dace.py -p 60255
  File "/home/sam/.vscode-server/extensions/phschaad.sdfv-1.7.9/backend/run_dace.py", line 252
    def _sdfg_remove_instrumentations(sdfg: dace.sdfg.SDFG):
                                          ^
phschaad commented 1 month ago

Hi, thank you for creating the issue! What version of Python are you using?