The script below attempts to install packages that are EOL. Is there a way to force the use of Python3?
My host:
Linux drew-NUC8i7HVK 5.8.0-36-generic #40-Ubuntu SMP Tue Jan 5 21:54:35 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
NAME="Ubuntu"
VERSION="20.10 (Groovy Gorilla)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.10"
VERSION_ID="20.10"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=groovy
UBUNTU_CODENAME=groovy
Output:
$ **sudo wget -qO- http://docs.luxonis.com/_static/install_dependencies.sh | bash**
[sudo] password for drew:
Hit:1 http://us.archive.ubuntu.com/ubuntu groovy InRelease
Hit:2 http://dl.google.com/linux/chrome/deb stable InRelease
Get:3 http://security.ubuntu.com/ubuntu groovy-security InRelease [110 kB]
Get:4 http://us.archive.ubuntu.com/ubuntu groovy-updates InRelease [110 kB]
Hit:5 http://packages.microsoft.com/repos/vscode stable InRelease
Hit:6 https://download.docker.com/linux/ubuntu focal InRelease
Hit:7 https://brave-browser-apt-release.s3.brave.com stable InRelease
Get:8 http://us.archive.ubuntu.com/ubuntu groovy-backports InRelease [101 kB]
Get:9 http://security.ubuntu.com/ubuntu groovy-security/main i386 Packages [66.5 kB]
Get:10 http://security.ubuntu.com/ubuntu groovy-security/main amd64 Packages [172 kB]
Get:11 http://us.archive.ubuntu.com/ubuntu groovy-updates/main amd64 Packages [267 kB]
Get:12 http://security.ubuntu.com/ubuntu groovy-security/main Translation-en [45.9 kB]
Get:13 http://security.ubuntu.com/ubuntu groovy-security/main amd64 DEP-11 Metadata [4,676 B]
Get:14 http://security.ubuntu.com/ubuntu groovy-security/main amd64 c-n-f Metadata [2,856 B]
Get:15 http://security.ubuntu.com/ubuntu groovy-security/restricted amd64 Packages [66.6 kB]
Get:16 http://security.ubuntu.com/ubuntu groovy-security/restricted Translation-en [10.3 kB]
Get:17 http://security.ubuntu.com/ubuntu groovy-security/universe amd64 DEP-11 Metadata [2,828 B]
Get:18 http://us.archive.ubuntu.com/ubuntu groovy-updates/main i386 Packages [128 kB]
Get:19 http://us.archive.ubuntu.com/ubuntu groovy-updates/main amd64 DEP-11 Metadata [26.8 kB]
Get:20 http://us.archive.ubuntu.com/ubuntu groovy-updates/universe i386 Packages [57.6 kB]
Get:21 http://us.archive.ubuntu.com/ubuntu groovy-updates/universe amd64 Packages [88.2 kB]
Get:22 http://us.archive.ubuntu.com/ubuntu groovy-updates/universe amd64 DEP-11 Metadata [15.4 kB]
Get:23 http://us.archive.ubuntu.com/ubuntu groovy-backports/universe amd64 DEP-11 Metadata [600 B]
Fetched 1,277 kB in 1s (1,270 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
python3 is already the newest version (3.8.6-0ubuntu1).
udev is already the newest version (246.6-1ubuntu1).
python3-pip is already the newest version (20.1.1-2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
SUBSYSTEM=="usb", ATTRS{idVendor}=="03e7", MODE="0666"
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'python-dev-is-python2' instead of 'python-dev'
Package python-numpy is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'python-numpy' has no installation candidate