Closed rraadd88 closed 7 years ago
Your error log suggests that you are running the notebook with Python 2.7 (which gives me the same error message)? Please note that we support only Python >= 3.5. Does switching to Python 3 fix the issue for you?
Thanks. I should have read the instructions carefully. Switching to python 3 fixed the issue. Sorry for the trouble. I guess equivalent of following snippet in python 3.5 may avoid this happening again with somebody.
if (sys.version_info[0], sys.version_info[1]) != (2, 7):
raise RuntimeError('Python 2.7 required')
while running commands in the EVmutation.ipynb, for following command,
I got this error: I am not sure why this is happening.