0

Hit the following issue when installing pip3 on suse15 linux. How to fix this issue?

*> sudo zypper install pip3
Loading repository data...
Reading installed packages...
**'pip3' not found in package names. Trying capabilities.
No provider of 'pip3' found.**
Resolving package dependencies...
Nothing to do.*
taotao
  • 49
  • 10

1 Answers1

1

I'm not familiar with Suse, but I think the name of the package is python3-pip.

Thomas
  • 174,939
  • 50
  • 355
  • 478