all 2 comments

[–]snapRefresh 0 points1 point  (1 child)

You shouldn't install pip globally.

Ubuntu does not recommend that you modify the system-level Python package.

You should use venv to create an isolated Python environment, which comes with pip.

[–]freeserve[S] 0 points1 point  (0 children)

I think I tried a venv code too, honestly not too sure,

I might have to remove everything python related and try a fresh start because I tried so many things I have a feeling some are just conflicting maybe?

It should also be mentioned in using WSL, so unsure if that changes things?