pybel icon indicating copy to clipboard operation
pybel copied to clipboard

ImportError: cannot import name 'write_namespace'

Open charalamm opened this issue 5 years ago • 2 comments

I have installed pybel with pip3 install git+https://github.com/pybel/pybel.git and with pip3 install pybel

With both installations this error appeared

>>> from pybel.resources import write_namespace
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: cannot import name 'write_namespace'

I need this for using bio2bel_reactome module.

Is there something I could do?

Thank you!

charalamm avatar May 16 '20 13:05 charalamm

Hi @charalamm I think this is again an artifact due to your issue on the reactome repo (https://github.com/bio2bel/reactome/issues/16)

Could you please provide the installed version of pybel for me? You can either use pybel --version in the shell or pip freeze | grep pybel

cthoyt avatar May 16 '20 16:05 cthoyt

It is pybel==0.14.9. Thank you for the support!

charalamm avatar May 17 '20 00:05 charalamm