[Solved] Problem with aecli in python SDK

I installed the python SDK and when I want to run ./aecli I get the below error:
Traceback (most recent call last):
File “aecli”, line 3, in
from aeternity import main
File “/home/babak/venv/lib/python3.5/site-packages/aeternity/main.py”, line 66
print(f’Key file {kf} does not exits.’)

@babak the issue is with the python version, the py sdk/cli requires Python >=3.6.

3 Likes