我试图在juypter笔记本上创建一个树状图图表,但不知何故它找不到模块。
我已经用'pip install squarify‘在bash中安装了它,并且通过'import squarify’来使用python,没有任何问题,但当我尝试在juypter笔记本中导入时,它显示如图所示!
image of juypter notebook that says squarify module is not found
发布于 2019-01-16 10:21:11
当您的计算机上安装了多个Python副本时,有时会发生这种情况。这个blog非常有用。
https://stackoverflow.com/questions/54209164
复制相似问题