代码之家  ›  专栏  ›  技术社区  ›  banan3'14

导入pybel后死内核

  •  0
  • banan3'14  · 技术社区  · 6 年前

    我想

    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)
    
    1 回复  |  直到 6 年前
        1
  •  0
  •   banan3'14    6 年前

    使用安装 pip3 而不是 conda

    pip3 install pybel