我也想
import pybel在jupyter-笔记本上写着
内核似乎已经死了。它将自动重启。
当我在python3中使用它时,我得到:
Python 3.6.6 | packaged by conda-forge | (default, Jul 26 2018, 09:53:17)
[GCC 4.8.2 20140120 (Red Hat 4.8.2-15)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pybel
terminate called after throwing an instance of 'std::logic_error'
what(): basic_string::_M_construct null not valid
Aborted (core dumped)发布于 2018-11-21 10:03:20
使用pip3而不是conda安装
pip3 install pybel作品
https://stackoverflow.com/questions/53409075
复制相似问题