問題出現
win+R 輸入cmd命令后pip install pyecharts顯示成功,但是在pycharm中
from pyecharts import Bar,Bar下面出現紅色波浪線提示,應該是導包出了問題
解決策略
在命令行窗口內
輸入命令:pip install wheel
然后在輸入:pip install pyecharts==0.1.9.4
也有提示pip version版本較低的,按命令提示,輸入'python -m pip install --upgrade pip'
文章來源於https://blog.csdn.net/ezreal_tao/article/details/90814915