No module named 'ploty' code example
Example 1: no module named pyplot
# Run CMD, enter:
pip3 install matplotlib
# Open PyCharm and run an empty file with:
import pip
pip.main(["install","matplotlib"])
Example 2: No module named 'matplotlib'
pip install matplotlib