zakandrewking / escher

Build, share, and embed visualizations of metabolic pathways.
https://escher.github.io
Other
210 stars 78 forks source link

Conda install escher : could not find the {kind} {name} on the server #316

Closed picousse closed 5 years ago

picousse commented 5 years ago

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
zakandrewking commented 5 years ago

Thanks for reporting! This is a simple fix. You can track the progress in #317.

zakandrewking commented 5 years ago

Should be good to go with version 1.7.2

picousse commented 5 years ago

that's fast! Thanks!