Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
picousse opened this issue Aug 22, 2019 · 3 comments · Fixed by #317
Closed

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

picousse opened this issue Aug 22, 2019 · 3 comments · Fixed by #317
Labels

Comments

@picousse
Copy link

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
Copy link
Owner

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

@zakandrewking
Copy link
Owner

Should be good to go with version 1.7.2

@picousse
Copy link
Author

that's fast!
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants