Graphics library

How?
Pip install graphics:
“Successfully built graphics”
Python:
ModuleNotFoundError: No module named ‘graphics’

We need more information. It looks like you probably have two or more
different Python interpreters on your system.

First run this and tell us what it says:

pip --version

Then run this using Python and tell us what it says:

import sys
print(sys.version)
print(sys.executable)