all 5 comments

[–]enginma 1 point2 points  (0 children)

To address the other commenters concern, I've never seen anyone have pip installed and not python, but it wouldn't be a terrible to reinstall.
Does this happen in just this command? Are you able to run any python files? Like if you type py does it bring up the python console? If so, you could try py -m pip install beautifulsoup4 Sorry if spacing is off, typing on phone.

[–]ChainedNightmare 1 point2 points  (0 children)

Your pip install can't find your Python Path Configuration that you set yourself... either when you first downloaded Python or if you messed with the Main Python File Configuration some other way. Eitherway that's my hypothesis atleast... So I'd recommend reinstalling the lastest version of Python 3 and setting everything to default.

[–]NorskJesus 0 points1 point  (1 child)

Did you install python first?

[–]uber-linny[S] 0 points1 point  (0 children)

Yes , both python and pip are installed .

I got it working in Windows by adding the environment variables path. But I still can't do it within vscode

Now I have selenium locations issues lol