简体   繁体   中英

trouble installing matplotlib python? WINDOWS

So I used pip to install matplotlib module through command line in windows, but when I then try to import the module in python, it says no module is found.

How do I fix this? When I've tried to install it again, it says the module exists and can be found through my files. However python doesn't seem to be able to link to it to import it?

If you're on Python 2.7, you will want to read the following document at it details how to install MySQLdb1 on the various platforms:

See the INSTALL file specifically.

Note that this is kind of a legacy module. If you want something that works in Python 3, you might want to check out moist .

There is also PyMySQL , which is compatible with both Python 2.6+ and 3.3+ and it can be installed with pip:

pip install PyMySQL

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