0

I cannot get pip to work and I think that reinstalling python 3.7 might help. When I try 'sudo apt install --reinstall python3' I get an error saying there are unmet dependencies. If I specify it to be python3.7 it can't locate the package.

Firestarter
  • 9
  • 1
  • 2

1 Answers1

2

sudo apt-get purge python3

sudo apt-get install python3

might do the trick :)

YCN-
  • 280
  • 1
  • 7