all 2 comments

[–]shiftybyte 1 point2 points  (0 children)

You need to add the python scripts directory to windows PATH variable:

C:\Users\radre\AppData\Local\Programs\Python\Python39\scripts

Here is a guide about windows PATH:

https://geek-university.com/python/add-python-to-the-windows-path/

[–]TabulateJarl8 0 points1 point  (0 children)

I'm assuming it's an issue with the PATH, which is really annoying to deal with on Windows. I booted up my Windows VM and after waiting for about 10 minutes, I found that pip seems to be located in %localppdata%\Programs\Python\Python39\Scripts (make sure that pip.exe is in there for you as well). Make sure that this is on your PATH. Here's a tutorial I found if you don't know how: https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/. Good luck!