Unable to install pip3 modules in VSCode WSL Ubuntu (Source: CS50 Seminar)
I’m trying to install the cs50 and flask modules in my local development environment, which is set up based on the CS50x coding environment. However, I’m encountering an error when trying to install the modules with pip3.
That video Link: https://www.youtube.com/watch?v=vQd_fxzCIs0
I’ve already done extensive searches on Google and Stack Overflow and tried several solutions, but nothing has worked. I’ve also reviewed the CS50x Seminar on Installing Python Packages but I’m still unable to resolve the issue.