Install deps on ubuntu does not find python-pip and wheel
When I run install_deps.sh on Ubuntu I get:
$ sudo ./install_deps.sh
Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease
Get:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88,7 kB]
Hit:3 https://cyberbotics.com/debian binary-amd64/ InRelease
Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74,6 kB]
Hit:5 http://ppa.launchpad.net/dreal/dreal/ubuntu bionic InRelease
Hit:6 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:7 http://archive.canonical.com/ubuntu bionic InRelease
Hit:8 https://downloads.skewed.de/apt bionic InRelease
Hit:9 https://packages.microsoft.com/repos/ms-teams stable InRelease
Get:10 http://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]
Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 DEP-11 Metadata [292 kB]
Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 DEP-11 Metadata [299 kB]
Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 DEP-11 Metadata [2468 B]
Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 DEP-11 Metadata [9272 B]
Ign:15 http://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64 InRelease
Hit:16 http://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64 Release
Ign:17 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64 InRelease
Hit:18 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64 Release
Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 DEP-11 Metadata [50,4 kB]
Get:21 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 DEP-11 Metadata [57,9 kB]
Get:22 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 DEP-11 Metadata [2464 B]
Fetched 966 kB in 3s (377 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libgsl-dev' instead of 'libgsl0-dev'
E: Unable to locate package python3.8-pip
E: Couldn't find any package by glob 'python3.8-pip'
E: Couldn't find any package by regex 'python3.8-pip'
E: Unable to locate package python3.8-wheel
E: Couldn't find any package by glob 'python3.8-wheel'
E: Couldn't find any package by regex 'python3.8-wheel'
It looks like it doesn't find pip and wheel...