You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
conda install pip
pip install escher
The text was updated successfully, but these errors were encountered:
hi,
I'm trying to install escher in a conda (python 3.5) env.
however I get this error:
The text was updated successfully, but these errors were encountered: