You are not logged in.

#1 2021-11-24 16:42:23

KiYugadgeter
Member
Registered: 2020-10-22
Posts: 4

python virutual environment creation command does not work

I tried to create python virtual environment with `python3 -m venv mydir`
But it cause a error that

Error: Command '['/home/kiyugad/some/pyusb/bin/python3', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.

The python3 command has been installed by `python` command.
Also I already installed python-pip package.


Why this error causes?
I think it should create virtual environment successfully.

Offline

Board footer

Powered by FluxBB