duff2013 / ulptool

Program the esp32 ULP coprocessor in Arduino
272 stars 65 forks source link

Missing parentheses in call to 'print' #59

Closed SensorsIot closed 4 years ago

SensorsIot commented 4 years ago

File I installed the tools according to your instructions and use python 3.8. I get this error:

"C:\Users\andre\AppData\Local\Arduino15\packages\esp32\tools\ulptool\src/esp32ulp_build_recipe.py", line 305

print e

      ^

SyntaxError: Missing parentheses in call to 'print'. Did you mean print(e)?

SensorsIot commented 4 years ago

I tried it by changing the path to version 2.7 and it compiled and runs.

swaraj429 commented 4 years ago

where to change path?

hanshuettmann commented 4 years ago

Hi! I get the same error but I don't know where to change the path to the version you said. Would you help me?

swaraj429 commented 4 years ago

i was unable to find the way so i switched to linux with only py 2.7 installed

On Wed, May 20, 2020 at 5:51 PM HansH notifications@github.com wrote:

Hi! I get the same error but I don't know where to change the path to the version you said. Would you help me?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/duff2013/ulptool/issues/59#issuecomment-631439165, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOZCSA7RR54LKYXKREEGQR3RSPDMTANCNFSM4LFF2VWA .