cannot import name 'XXX' from 'pyecharts'

Copyright: please indicate the source https://blog.csdn.net/LI_AINY/article/details/90041658
  1. pyecharts several commonly used modules can not be introduced
    CAN Not Import name 'Geo' from 'pyecharts'
    CAN Not Import name 'Style' from 'pyecharts'
    CAN Not Import name 'Bar' from 'pyecharts'
  2. Solution, prior to uninstall, and then download a specific version number
    uninstall pip uninstall pyecharts
    re-downloadpip install pyecharts==0.5.11
    Here Insert Picture Description

Guess you like

Origin blog.csdn.net/LI_AINY/article/details/90041658