Closed leostereo closed 9 months ago
Format strings as used in sys.stderr.write(f"ERROR: {exc}")
have been added in python 3.6
https://docs.python.org/3/whatsnew/3.6.html#pep-498-formatted-string-literals
But the image is being build with python 3.5 as you can see here https://github.com/hyperledger/indy-sdk/blob/113b79cd64a238130d20e19b972326f72047c550/docs/getting-started/getting-started.dockerfile#L8
I've made a PR a while back https://github.com/hyperledger/indy-sdk/pull/2423 fixing another issue but I've bumped the python version in there to 3.7
You can take the getting-started.dockerfile
from here https://github.com/xoryouyou/indy-sdk/blob/1efe5cace9cfbf8c8a28ae53ee03eb8615c29cda/docs/getting-started/getting-started.dockerfile
It would be great if someone from the team could take a look at the issues and merge the Dockerfile.
I had the same issue as @leostereo. Applying the changes made to the Dockerfile in #2423 by @xoryouyou fixed it.
hi guys , this is happening on my ubuntu 20.04 platform
Any ideas ? Leandro.