youtube-watch-history-to-csv icon indicating copy to clipboard operation
youtube-watch-history-to-csv copied to clipboard

pip not installed but says successful in green anyway

Open SunnyAureliusRichard opened this issue 1 year ago • 0 comments

Hello!

pip not installed but says successful in green anyway

root@DESKTOP-DBFSTSK:/mnt/c/folder/youtube-watch-history-to-csv# ./setup.sh

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 install python3.10-venv

You may need to use sudo with that command.  After installing the python3-venv
package, recreate your virtual environment.

Failing command: ['/mnt/c/folder/.../yt-history-env/bin/python3', '-Im', 'ensurepip', '--upgrade', '--default-pip']

./setup.sh: line 7: yt-history-env/bin/activate: No such file or directory
./setup.sh: line 10: pip: command not found
./setup.sh: line 13: pip: command not found

**Setup completed successfully!**

You can activate the virtual environment by running:
source yt-history-env/bin/activate

SunnyAureliusRichard avatar Dec 19 '23 11:12 SunnyAureliusRichard