Home > other >  Python import matplotlib couldn't find the specified module
Python import matplotlib couldn't find the specified module

Time:10-07

Recently to learn python, do WeChat friends analysis,
Import matplotlib no problem, but the import matplotlib. Pyplot as PLT times wrong, importError: DLLload failed: could not find the specified module, uninstall reshipment is associated with the bag, it is no use, detailed information on the following


CodePudding user response:

I guess you're using the virtulenv, you need to install this package in virtulenv

CodePudding user response:

Try the from matplotlib import pyplot as PLT ~ _

CodePudding user response:

refer to the second floor of Mr Zheng's reply:
try from matplotlib import pyplot as PLT ~ _


Or not, at the same fault

CodePudding user response:

Try
Pip3 install..

CodePudding user response:

May be your python version does not support you download module version ~ a ~ https://pypi.org/project/matplotlib/#files~_ to download

CodePudding user response:

Need to add the system environment variables

CodePudding user response:

refer to the second floor of Mr Zheng's reply:
try from matplotlib import pyplot as PLT ~ _

Ok! Thank you very much

CodePudding user response:

refer to 7th floor weixin_42137261 response:
Quote: refer to the second floor of Mr Zheng's reply:
try from matplotlib import pyplot as PLT ~ _

Ok! Thank you very much
how to solve the
  • Related