octave@DESKTOP-TA1H211:/mnt/c/wamp64.2/www/WEB DEVELOMENT/python/oeis_exo/oeis$ python3.8 -m venv .venv The virtual environment was not created successfully because ensurepip is not available. On Debian/Ubuntu systems, you need to install the python3-venv package using the following command. apt-get install python3-venv You may need to use sudo with that command. After installing the python3-venv package, recreate your virtual environment. Failing command: ['/mnt/c/wamp64.2/www/WEB DEVELOMENT/python/oeis_exo/oeis/.venv/bin/python3.8', '-Im', 'ensurepip', '--upgrade', '--default-pip'] octave@DESKTOP-TA1H211:/mnt/c/wamp64.2/www/WEB DEVELOMENT/python/oeis_exo/oeis$ apt-get install python3-venv E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied) E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root? octave@DESKTOP-TA1H211:/mnt/c/wamp64.2/www/WEB DEVELOMENT/python/oeis_exo/oeis$ sudo apt-get install python3-venv Reading package lists... Done Building dependency tree Reading state information... Done python3-venv is already the newest version (3.6.7-1~18.04). 0 upgraded, 0 newly installed, 0 to remove and 174 not upgraded. octave@DESKTOP-TA1H211:/mnt/c/wamp64.2/www/WEB DEVELOMENT/python/oeis_exo/oeis$ rm -fr .venv .venv octave@DESKTOP-TA1H211:/mnt/c/wamp64.2/www/WEB DEVELOMENT/python/oeis_exo/oeis$ python3.8 -m venv .venv The virtual environment was not created successfully because ensurepip is not available. On Debian/Ubuntu systems, you need to install the python3-venv package using the following command. apt-get install python3-venv You may need to use sudo with that command. After installing the python3-venv package, recreate your virtual environment. Failing command: ['/mnt/c/wamp64.2/www/WEB DEVELOMENT/python/oeis_exo/oeis/.venv/bin/python3.8', '-Im', 'ensurepip', '--upgrade', '--default-pip'] octave@DESKTOP-TA1H211:/mnt/c/wamp64.2/www/WEB DEVELOMENT/python/oeis_exo/oeis$