youtube-watch-history-to-csv
youtube-watch-history-to-csv copied to clipboard
pip not installed but says successful in green anyway
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