hi,
I'm trying to install escher in a conda (python 3.5) env.
however I get this error:
>>> import escher
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/opt/miniconda/envs/cameo/lib/python3.5/site-packages/escher/__init__.py", line 11, in <module>
from escher.plots import (
File "/opt/miniconda/envs/cameo/lib/python3.5/site-packages/escher/plots.py", line 71
raise Exception(f'Could not find the {kind} {name} on the server')
^
SyntaxError: invalid syntax
hi, I'm trying to install escher in a conda (python 3.5) env. however I get this error: