How to install qpython in Windows 10?

301 Views Asked by At

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:

error faced

I want to get the package to be installed so I would be able to continue to do my program.

1

There are 1 best solutions below

3
Panagiotis Kanavos On

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.