Could not find a version that satisfies the requirement matplotlib.pylot (from versions: ) No matching distribution found for matplotlib.pylot

12,736

Solution 1

The module you need to install is only matplotlib

try this:

pip install matplotlib

Solution 2

It's called pyplot, not pylot.

Instead of..:

pip install matplotlib.pylot

... try:

pip install matplotlib.pyplot
Share:
12,736
mohd tousif
Author by

mohd tousif

Updated on December 13, 2022

Comments

  • mohd tousif
    mohd tousif over 1 year

    Error while installing a package:

    pip install matplotlib.pylot
    

    and i'm getting an error as Could not find a version that satisfies the requirement matplotlib.pylot (from versions: ) No matching distribution found for matplotlib.pylot

    • Pedro Henrique
      Pedro Henrique almost 5 years
      You should put the error message in here so we could understand the problem better.
    • Trenton McKinney
      Trenton McKinney almost 5 years
      Install Anaconda Distribution, which is available for Windows, Mac & Linux.