没有命名的模块motionchart.motionchartPython小鬼

2024-10-04 07:26:54 发布

您现在位置:Python中文网/ 问答频道 /正文

我安装了动态图表 pip安装动作图 试图通过一个错误导入

Requirement already satisfied: motionchart in ./.local/lib/python2.7/site-packages
Requirement already satisfied: setuptools in ./anaconda2/lib/python2.7/site-packages
ImportError Traceback (most recent call last)
in ()
1 get_ipython().system(u'pip install motionchart ')
2 get_ipython().system(u'pip install setuptools')
----> 3 from motionchart.motionchart import MotionChart, MotionChartDemo
4 import pandas as pd
5 import time

ImportError: No module named motionchart.motionchart

Tags: pipinimportgetlibpackagesipythonsite