IPython import failure and python sys.path in general

前端 未结 9 1557
清酒与你
清酒与你 2021-01-17 10:35

I\'m following this post to make one ipython rule all the virtualenvs.

From what I understand, the main idea of the post is that when in a virtualenv, ipython can no

9条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-17 11:19

    In my case, it was a package higher up in my customized Python path named "path" that was causing the ImportError from:

    import IPython.external.path as path
    

    See https://github.com/ipython/ipython/issues/3994

提交回复
热议问题