GDGVIT/pip-gui

Error while running pipgui in virtualenv

Closed this issue · 2 comments

Runtime environment

The following is the desktop environment spec:

PRETTY_NAME="Kali GNU/Linux Rolling"
NAME="Kali GNU/Linux"
ID=kali
VERSION="2020.1"
VERSION_ID="2020.1"
VERSION_CODENAME="kali-rolling"
ID_LIKE=debian

Virtualenv uses --python=python3. I used python version 3.7.2.

Executed action

The following commands were executed serially

$ virtualenv --python=python3 venv
$ source venv/bin/activate
$ python setup.py build
$ python setup.py install
$ pipgui

Outcome

image

Related issue

Trying this or this does not work in virtualenv since --user is not allowed in the virtual runtime.

NOTE: The aforementioned error is pertaining to the virtualenv runtime only, and does not come in a non-virtual environment.

The error solved in the latest PR #21