Raspbian 10 install here…
I keep getting stuck in a loop here. it seems python3-aiohttp-session is no longer available.
If I try installing allmon3 overriding dependency checks, it installs but then I have a broken install…
root@asl1:/home/repeater# apt install python3-aiohttp-session
Reading package lists… Done
Building dependency tree
Reading state information… Done
Package python3-aiohttp-session 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 ‘python3-aiohttp-session’ has no installation candidate
root@asl1:/home/repeater# ^C
root@asl1:/home/repeater# dpkg -i --force-depends allmon3_0.11.0-1_all.deb
(Reading database … 144904 files and directories currently installed.)
Preparing to unpack allmon3_0.11.0-1_all.deb …
Unpacking allmon3 (0.11.0-1) over (0.11.0-1) …
dpkg: allmon3: dependency problems, but configuring anyway as you requested:
allmon3 depends on python3-aiohttp-session; however:
Package python3-aiohttp-session is not installed.
Setting up allmon3 (0.11.0-1) …
apache2_invoke proxy_http: already enabled
apache2_invoke proxy_wstunnel: already enabled
apache2_invoke rewrite: already enabled
apache2_invoke: Enable configuration allmon3
Processing triggers for man-db (2.8.5-2) …
root@asl1:/home/repeater# apt upgrade
Reading package lists… Done
Building dependency tree
Reading state information… Done
You might want to run ‘apt --fix-broken install’ to correct these.
The following packages have unmet dependencies:
allmon3 : Depends: python3-aiohttp-session but it is not installable
E: Unmet dependencies. Try ‘apt --fix-broken install’ with no packages (or specify a solution).
root@asl1:/home/repeater#
12 posts - 3 participants