I am unable to pip install qpython.
I have added it to both the environmental path and to the user path.
But it still fails:
I want to get the package to be installed so I would be able to continue to do my program.
Install qpython3, not qpython. qpython was abandoned 4 years ago. qpython3 is the current version. The qPython github repo warns against using the qPython package
Installation
To install qPython from PyPI:
$ pip install qpython3
Please do not use old PyPI package name: qpython or exxeleron-qpython.
Supported on Python 3.4/3.5/3.6, all of which are long out of support. The partial screenshot you posted shows pip tried to compile the source because there was no compatible library and failed because some C files were missing. Why do you need qPython anyway? If even qPython3 is unsupported, perhaps there are other packages that can do the same job?
qPythonpackage