failed to find 'pyq' at https://pyq.enlnt.com/pyq/

Any one has the following issue?

[***]$ pip install -i https://pyq.enlnt.com --no-binary pyq pyq

You are using pip version 7.1.0, however version 9.0.1 is available.

You should consider upgrading via the ‘pip install --upgrade pip’ command.

Collecting pyq

  DEPRECATION: Failed to find ‘pyq’ at https://pyq.enlnt.com/pyq/. It is suggested to upgrade your index to support normalized names as the name in /simple/{name}.

  Cannot fetch index base URL https://pyq.enlnt.com/

  Could not find a version that satisfies the requirement pyq (from versions: )

No matching distribution found for pyq

As recommended, upgrade your pip first?

From your error message, it appears that you are reaching the server via a proxy that overwrites/hides User-Agent and the server cannot redirect you properly.  Try using the following command:

 pip install -i https://pypi.enlnt.com –no-binary pyq pyq

Note the use of pypi instead pyq in the host name.

PyQ Team | Enlightenment Research LLC