简体   繁体   中英

Problem importing a module in PyCharm IDE

Hi I'm having problems trying to import a matplotlib module in PyCharm. It works when I do "import matplotlib", and "import matpolotlib.pyplot as plt", but not when I try to "from matplotlib import style"

报错信息截图

如果有帮助,项目解释器的屏幕截图。

do NOT import matplolib import matplotlib

if not working try pip install matplotlib

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM