【问题标题】:pixiedust installation issue with undefined modules未定义模块的 pixiedust 安装问题
【发布时间】:2018-07-06 09:00:52
【问题描述】:

尝试安装 pixiedust 以在 Jupyter 中调试功能。使用标准 conda 环境,python 3.5 和以下https://ibm-watson-data-lab.github.io/pixiedust/install.html 直到“pip install pixiedust”,一切都很好,但是 “jupyter pixiedust install”显示了几个未安装的模块。我怀疑这可能是错误的,它们应该是由 pixiedust 安装的?添加5-6个模块(conda / pip)后我放弃了..有什么问题?拥有一个好的调试器对 jupyter 来说会很好。

【问题讨论】:

  • 请包含您收到的实际错误消息。

标签: installation anaconda jupyter pixiedust


【解决方案1】:

我在这里遇到了同样的问题。我使用 python 3 和 ubuntu,但是当我输入“pip install pixiedust”时,它是在 python 2 中安装的(ubuntu 的默认设置)。

什么对我有用:

pip3 安装 pixiedust

pip3 安装 pixiedust_node

这样我就可以在我的单元格中使用 %%pixie_debugger,它工作得很好。

【讨论】:

    猜你喜欢
    • 2014-12-06
    • 1970-01-01
    • 1970-01-01
    • 2011-09-29
    • 2015-07-28
    • 1970-01-01
    • 2023-02-04
    • 1970-01-01
    • 2011-03-20
    相关资源
    最近更新 更多