pybel
pybel copied to clipboard
ImportError: cannot import name 'write_namespace'
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!
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
It is pybel==0.14.9. Thank you for the support!