We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @cthoyt
When you get a chance, the current bel_repository expects to_web(), which hasn't been in pybel since 0.14.6
to_web()
0.14.6
Sincerely,
Jeremy
~/.pyenv/versions/anaconda3-2019.10/lib/python3.7/site-packages/bel_repository/repository.py in <module> 17 18 import pybel ---> 19 from pybel import BELGraph, Manager, from_bel_script, to_indra_statements, to_web, union 20 from pybel.cli import connection_option, host_option 21 from pybel.constants import CITATION, CITATION_DB, CITATION_IDENTIFIER ImportError: cannot import name 'to_web' from 'pybel' (/Users/zuck016/.pyenv/versions/anaconda3-2019.10/lib/python3.7/site-packages/pybel/__init__.py)
The text was updated successfully, but these errors were encountered:
@ddomingof beat you to it with #7. Should already be taken care of!
try pip install --upgrade bel-repository and please close if this is the fixes it
pip install --upgrade bel-repository
Sorry, something went wrong.
I already checked this morning, it does
I mean @djinnome should close the issue if he is satisfied
No branches or pull requests
Hi @cthoyt
When you get a chance, the current bel_repository expects
to_web()
, which hasn't been in pybel since0.14.6
Sincerely,
Jeremy
The text was updated successfully, but these errors were encountered: