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

Upgrade bel_repository to new version of pybel #8

Open
djinnome opened this issue Apr 27, 2020 · 3 comments
Open

Upgrade bel_repository to new version of pybel #8

djinnome opened this issue Apr 27, 2020 · 3 comments
Labels
duplicate This issue or pull request already exists

Comments

@djinnome
Copy link

Hi @cthoyt

When you get a chance, the current bel_repository expects to_web(), which hasn't been in pybel since 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)
@cthoyt
Copy link
Member

cthoyt commented Apr 27, 2020

@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

@cthoyt cthoyt added the duplicate This issue or pull request already exists label Apr 27, 2020
@ddomingof
Copy link
Member

I already checked this morning, it does

@cthoyt
Copy link
Member

cthoyt commented Apr 27, 2020

I mean @djinnome should close the issue if he is satisfied

@cthoyt cthoyt reopened this Apr 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants