PatrickAlphaC / web3_py_simple_storage

47 stars 78 forks source link

SyntaxError: invalid syntax #9

Closed ghost closed 2 years ago

ghost commented 2 years ago

Cloned the repo and tried to deploy it, the error I get is as following:

when doing 'python deploy.py':

File "deploy.py", line 80
    print(f"Done! Contract deployed to {tx_receipt.contractAddress}")
                                                                   ^
SyntaxError: invalid syntax
PatrickAlphaC commented 2 years ago

Closing for now, could you add more information? What was the exact command, what information in the code did you change?

ghost commented 2 years ago

Closing for now, could you add more information? What was the exact command, what information in the code did you change?

I just cloned the repo and ran: python deploy.py no changes, it should be reproducible

PatrickAlphaC commented 2 years ago

Right, but if you follow the README there are a few more steps to take than just that.