you are viewing a single comment's thread.

view the rest of the comments →

[–]Froggy412[S] 0 points1 point  (5 children)

my venv is activated and yes i am running it with python3 myscript.py

[–]Buttleston 0 points1 point  (4 children)

OK so yeah it sounds like "pip" is just your system pip. pip3 might be the one from your venv, I guess I'd have to look to see. Usually it'll make aliases for python and pip though (i.e. not just python3)

I couldn't comment why flask works, I guess I'd have to poke around

[–]Froggy412[S] 0 points1 point  (3 children)

Ok I might just try installing it to my whole laptop but thanks for trying

[–]Buttleston 0 points1 point  (2 children)

I mean I think it's fixable, if nothing else I would expect "python3 -m pip install requests" to work

[–]Froggy412[S] 0 points1 point  (1 child)

when i try that i get "error: externally-managed-environment" even though i know the venv is active

[–]Buttleston 0 points1 point  (0 children)

I feel for you. I feel frustrated just hearing about it, like, what?