Völlig uninteressant, wenn es darum geht dir aufzuzeigen, dass die Pakete in 22.04 auch schon nicht verfügbar waren
Schon klar, wollte nur zeigen wie es bei 25.04 ist
Folgendes ist von gerade neu gemachter 22.04 Installation (wollte sowieso schon lange neu formatieren wegen "komischer" Fehlermeldungen, dass Speicher voll sein soll, garantiert ist keine Partition voll)
cat /etc/issue Ubuntu 22.04.5 LTS \n \l
~# apt list python3-arcade python3-pyedflib python3-heartpy python3-tzwhere python3-googlemaps Auflistung… Fertig
~# apt policy python3-arcade python3-pyedflib python3-heartpy python3-tzwhere python3-googlemaps N: Paket python3-arcade kann nicht gefunden werden. N: Paket python3-pyedflib kann nicht gefunden werden. N: Paket python3-heartpy kann nicht gefunden werden. N: Paket python3-tzwhere kann nicht gefunden werden. N: Paket python3-googlemaps kann nicht gefunden werden.
Aber:
~# pip3 install geopy
Collecting geopy
Downloading geopy-2.4.1-py3-none-any.whl (125 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.4/125.4 KB 4.2 MB/s eta 0:00:00
Collecting geographiclib<3,>=1.52
Downloading geographiclib-2.0-py3-none-any.whl (40 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.3/40.3 KB 7.9 MB/s eta 0:00:00
Installing collected packages: geographiclib, geopy
Successfully installed geographiclib-2.0 geopy-2.4.1
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv~# pip3 install gpxpy Requirement already satisfied: gpxpy in /usr/lib/python3/dist-packages (1.5.0) WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
~# pip3 install exifread
Collecting exifread
Downloading exifread-3.3.1-py3-none-any.whl (54 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.3/54.3 KB 2.6 MB/s eta 0:00:00
Installing collected packages: exifread
Successfully installed exifread-3.3.1
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv~# pip3 install tzwhere
Collecting tzwhere
Downloading tzwhere-3.0.3.tar.gz (23.7 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.7/23.7 MB 7.6 MB/s eta 0:00:00
Preparing metadata (setup.py) ... done
Requirement already satisfied: shapely in /usr/lib/python3/dist-packages (from tzwhere) (1.8.0)
Building wheels for collected packages: tzwhere
Building wheel for tzwhere (setup.py) ... done
Created wheel for tzwhere: filename=tzwhere-3.0.3-py3-none-any.whl size=23742599 sha256=81c69164c7db37553c6b8b279f930aa307ab05fa5cb2365a778ca4cb121d6b6d
Stored in directory: /root/.cache/pip/wheels/fc/41/05/71acea338ac02030bc7d7cae140be7b033faaafab96a6dfdc2
Successfully built tzwhere
Installing collected packages: tzwhere
Successfully installed tzwhere-3.0.3
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv~# pip3 install pycountry
Collecting pycountry
Downloading pycountry-24.6.1-py3-none-any.whl (6.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.3/6.3 MB 7.8 MB/s eta 0:00:00
Installing collected packages: pycountry
Successfully installed pycountry-24.6.1
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv~# pip3 install googlemaps Collecting googlemaps Downloading googlemaps-4.10.0.tar.gz (33 kB) Preparing metadata (setup.py) ... done Requirement already satisfied: requests<3.0,>=2.20.0 in /usr/lib/python3/dist-packages (from googlemaps) (2.25.1) Building wheels for collected packages: googlemaps Building wheel for googlemaps (setup.py) ... done Created wheel for googlemaps: filename=googlemaps-4.10.0-py3-none-any.whl size=40716 sha256=b486b402a91264047a323da5fd8bec275ee498ba8d03ddf00d6cdf0c1dbb726f Stored in directory: /root/.cache/pip/wheels/17/f8/79/999d5d37118fd35d7219ef57933eb9d09886c4c4503a800f84 Successfully built googlemaps Installing collected packages: googlemaps Successfully installed googlemaps-4.10.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
~# pip3 install arcade
Collecting arcade
Downloading arcade-3.2.0-py3-none-any.whl (42.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.6/42.6 MB 6.6 MB/s eta 0:00:00
Collecting pytiled-parser~=2.2.9
Downloading pytiled_parser-2.2.9-py2.py3-none-any.whl (44 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.5/44.5 KB 9.0 MB/s eta 0:00:00
Collecting pymunk~=6.9.0
Downloading pymunk-6.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 6.8 MB/s eta 0:00:00
Collecting pillow~=11.0.0
Downloading pillow-11.0.0-cp310-cp310-manylinux_2_28_x86_64.whl (4.4 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.4/4.4 MB 7.9 MB/s eta 0:00:00
Collecting pyglet~=2.1.5
Downloading pyglet-2.1.6-py3-none-any.whl (983 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 984.0/984.0 KB 7.9 MB/s eta 0:00:00
Collecting cffi>=1.17.1
Downloading cffi-1.17.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (446 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 446.2/446.2 KB 7.9 MB/s eta 0:00:00
Collecting typing-extensions
Downloading typing_extensions-4.13.2-py3-none-any.whl (45 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.8/45.8 KB 6.7 MB/s eta 0:00:00
Requirement already satisfied: attrs>=18.2.0 in /usr/lib/python3/dist-packages (from pytiled-parser~=2.2.9->arcade) (21.2.0)
Requirement already satisfied: pycparser in /usr/lib/python3/dist-packages (from cffi>=1.17.1->pymunk~=6.9.0->arcade) (2.21)
Installing collected packages: typing-extensions, pyglet, pillow, cffi, pytiled-parser, pymunk, arcade
Attempting uninstall: pillow
Found existing installation: Pillow 9.0.1
Not uninstalling pillow at /usr/lib/python3/dist-packages, outside environment /usr
Can't uninstall 'Pillow'. No files were found to uninstall.
Attempting uninstall: cffi
Found existing installation: cffi 1.15.0
Not uninstalling cffi at /usr/lib/python3/dist-packages, outside environment /usr
Can't uninstall 'cffi'. No files were found to uninstall.
Successfully installed arcade-3.2.0 cffi-1.17.1 pillow-11.0.0 pyglet-2.1.6 pymunk-6.9.0 pytiled-parser-2.2.9 typing-extensions-4.13.2
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv~# pip3 install pyedflib
Collecting pyedflib
Downloading pyedflib-0.1.40.tar.gz (2.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 7.6 MB/s eta 0:00:00
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... done
Preparing metadata (pyproject.toml) ... done
Requirement already satisfied: numpy>=1.9.1 in /usr/lib/python3/dist-packages (from pyedflib) (1.21.5)
Building wheels for collected packages: pyedflib
Building wheel for pyedflib (pyproject.toml) ... done
Created wheel for pyedflib: filename=pyEDFlib-0.1.40-cp310-cp310-linux_x86_64.whl size=2638542 sha256=6c2a9558420e119f905f9c26bd2dc0ea7f11bc0715b100c9c056a9499e13c0f0
Stored in directory: /root/.cache/pip/wheels/96/1f/b9/af07495aa7b009cff739852b1c2e75401e075b5ed725495629
Successfully built pyedflib
Installing collected packages: pyedflib
Successfully installed pyedflib-0.1.40
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv~# pip3 install heartpy
Collecting heartpy
Downloading heartpy-1.2.7-py3-none-any.whl (1.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 7.1 MB/s eta 0:00:00
Requirement already satisfied: numpy>=1.17 in /usr/lib/python3/dist-packages (from heartpy) (1.21.5)
Requirement already satisfied: matplotlib in /usr/lib/python3/dist-packages (from heartpy) (3.5.1)
Requirement already satisfied: scipy in /usr/lib/python3/dist-packages (from heartpy) (1.8.0)
Installing collected packages: heartpy
Successfully installed heartpy-1.2.7
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv