'ERROR: Could not find a version that satisfies the requirement matplotlib (from versions: none) ERROR: No matching distribution found for mathplotlib [closed]

screen shot of the error is here While installing 'matplotlib' I'm facing issue as it shows error message

ERROR: Could not find a version that satisfies the requirement mathplotlib (from versions: none)

ERROR: No matching distribution found for mathplotlib".

I also tried updating it but no the problem is still there.

how to install the library?



Solution 1:[1]

You have a typo in the name of the library it is matplotlib and not mathplotlib (mat not math).

Try installing again with

pip install matplotlib

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 kinshukdua