|
30鱼币
我是python3.6,我已经pip install charts
但是 import charts依然报错
错误信息:
Traceback (most recent call last):
File "C:/Users/Administrator/PycharmProjects/imgs_crawl/shuju1.py", line 2, in <module>
import charts
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python36\lib\site-packages\charts\__init__.py", line 5, in <module>
from plot import plot, plotasync, line, area, spline, pie
ImportError: cannot import name 'plot'
求指教
https://github.com/mugglecoding/Plan-for-combating/tree/master/week3/charts_replace_file
下载这里的文件。。。
然后把charts目录下的文件替换成下载的。
|
最佳答案
查看完整内容
https://github.com/mugglecoding/Plan-for-combating/tree/master/week3/charts_replace_file
下载这里的文件。。。
然后把charts目录下的文件替换成下载的。
|