sudo apt-get install python3-pip

This should install pip3 for managing Python3 libraries. If you're using rasbian that is.
python-pip is for Python2 if you need that too.

pip and python are two separate entities. There for installing one doesn't necessarily mean the other will be installed.

Some good documentation on the matter can be found at raspberrypi.org

And others have asked the same question on the official forums.

Just remember, most "safe" distro's tend to default to Python2 for their LTS platforms. Meaning you will have to essentially add python3-<lib> (the 3 being the crucial element here) to all your installations. Otherwise you'll most likely get the Python2 equivilant of the library/tool. Like in this case.

Again, I'm using Arch Linux ARM for the most part, so I'm not to familiar with debian/ubuntu/etc distro's for the RPi platform. But that package should be called about the same as in Arch :)

树莓派上多版本pythonpip安装使用管理指南_Forskamse's Blog ...

https://blog.csdn.net/zbgjhy88/article/details/92023874

2019年6月18日 ... 安装相关问题树莓派安装了Python2.7及Python3.5(Raspbian Stretch 9.3),且 默认使用Python2(即python是指向python2.7的),而且一般 ...

Installing Python packages - Raspberry Pi Documentation

https://www.raspberrypi.org/documentation/linux/software/python.md

You can install it with apt : sudo apt install python3-pip. To get the Python 2 version: sudo apt install python-pip. pip3 installs modules for Python 3, and pip ...

树莓派(Linux)安装python环境与pip换源_师范大学生的博客-CSDN ...

https://blog.csdn.net/m0_37872216/article/details/107170238

2020年7月7日 ... 前言 记录下一个linux系统如何安装python3环境与pip换源。这里以一个树莓派作为 例子记录,其实凡是基于debian系的linux系统都可以适用。

树莓派安装python3方法- 知乎

https://zhuanlan.zhihu.com/p/343228318

树莓派安装python3方法修改自原文将树莓派内置的Python2.7 升级成Python3如下 步骤可将执行python 命令时运行的环境升级到python3 安装python3 sudo apt ...

RaspBerry doesn't find pip3 - Stack Overflow

https://stackoverflow.com/questions/53195375/raspberry-doesnt-find-pip3

sudo apt-get install python3-pip. This should install pip3 for managing Python3 libraries. If you're using rasbian that is. python-pip is for Python2 ...

三、树莓派安装pip3 - 简书

https://www.jianshu.com/p/d4c1a08b993f

2019年1月8日 ... 1.首先安装setuptools 2.安装pip3 3.安装python3虚拟环境测试PIP是否安装成功看 到安装成功,代码PIP可以正常使用,如果提示PIP版本低, ...

树莓派4B安装Tensorflow(Python3.5和3.7下分别进行安装) - 华为云

https://www.huaweicloud.com/articles/7e49dd0d92d9d97ea6d19fb1dc1eb67b.html

2019年11月5日 ... 我使用的是树莓派4B和2019-06-20-raspbian-buster系统版本, 尝试安装3.5和3.7 两个Python环境下的tensorflow。 【tensorflow使用示例】.

树莓派编译安装Python3.6 - 简书

https://www.jianshu.com/p/ba92c1f09aa8

2019年1月16日 ... 树莓派目前能用sudo apt-get install安装的默认最高是Python3.4,但是 ... sudo make install # 升级pip sudo python3.6 -m pip install --upgrade pip.

Installing Library package in Raspberry Pi-Chapter 2 – Pantech Blog

https://www.pantechsolutions.net/blog/installing-library-packages-in-raspberry-pi/

PIP for python2 - sudo apt-get install python-pip PIP for python3 - sudo apt-get install ... To install OpenCV in Raspberry Pi for python2 in single command:.

MakerSnack: Installing CircuitPython on a Raspberry Pi - Gallaugher ...

https://gallaugher.com/makersnack-installing-circuitpython-on-a-raspberry-pi/

sudo apt-get install python3-pip. Whenever you're prompted to confirm if it's OK to use additional disk space, type “Y” and press the return key, and installation ...

树莓派pip安装opencv报错,Could not find a version that satisfies ...

https://www.huaweicloud.com/articles/3d9aef25994baf3e4147afff79151d7d.html

2019年9月3日 ... 进入python3 执行import cv2 as cv 查看opencv-python 是否成功安装python3. python3 import cv2 as cv. 树莓派pip安装opencv报错,Could not ...

树莓派同时拥有python3.6 和3.7 时pip 异常| Python 技术论坛

https://learnku.com/python/t/43724

环境和需要说明在树莓派上想要尝试一下树莓派智能识别,可是树莓派预装的python 版本是3.7版本.因为项目需要tensorflow包,故安装python3.6让其完成 ...

How to Install Pip on Debian 9 | Linuxize

https://linuxize.com/post/how-to-install-pip-on-debian-9/

Follow the steps below to install Pip for Python 3 on Debian: First, update the package list with: sudo apt update.

Install Python 3.6 (or 3.7) and pip on a Raspberry Pi | by Isma3il ...

https://medium.com/@isma3il/install-python-3-6-or-3-7-and-pip-on-raspberry-pi-85e657aadb1e

May 31, 2019 ... Installing Python3.6 on Raspbian Stretch his a matter of few commands to copy/ paste. But after the install I had the following error each time I ...

sudo apt-get install python3-pip not working - Raspberry Pi Stack ...

https://raspberrypi.stackexchange.com/questions/113588/sudo-apt-get-install-python3-pip-not-working

You seem to be running Raspbian Wheezy. This is seriously outdated and the best solution is to start fresh with the current Raspbian Buster. The reason you ...

How to install Python 3 to Raspberry Pi – Turta

https://turta.io/blogs/learn/how-to-install-python3-to-raspberry-pi

Sep 2, 2019 ... Overview. The goal of this post is to get Python 3 installed on your Raspbian operating system. ... sudo apt-get install python3-pip. It might ask ...

Install TensorFlow with pip python3

https://www.tensorflow.org/install/pip

Raspbian 9.0 or later; GPU support requires a CUDA®-enabled card (Ubuntu and Windows). Note: Installing TensorFlow 2 requires a newer version of pip .

Installing CircuitPython Libraries on Raspberry Pi | CircuitPython on ...

https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi

sudo apt-get install python3-pip. Python2 support has been dropped, so you will need to either use pip3 and python3 as commands or set Python 3 as the ...