eblot / pyspiflash

SPI data flash device drivers (pure Python)
MIT License
39 stars 30 forks source link

Unable to run setup.py #19

Open jono20-wq opened 3 years ago

jono20-wq commented 3 years ago

I'm getting the following error

`File "./setup.py", line 119 print(str(exc), file=stderr)

SyntaxError: invalid syntax`

eblot commented 3 years ago

Looks like you are using python2 which is no longer supported...

Use python3, such as in:

python3 setup.py

On Sun, Nov 8, 2020 at 12:35, jono20-wq notifications@github.com wrote:

I'm getting the following error

`File "./setup.py", line 119 print(str(exc), file=stderr)

SyntaxError: invalid syntax`

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.