n1lby73 / waydroid-installer

Automate installation process of waydroid on linux
GNU Affero General Public License v3.0
90 stars 7 forks source link

[!!!] Major warning:- Dependencies not satisfied #9

Open bagusa4 opened 1 year ago

bagusa4 commented 1 year ago

I'm running ./requirement.sh

then i got this

[!!!] Major warning:- Dependencies not satisfied kindly run 'sudo apt-get install curl python3 python3-gbinder python-pip lxc ca-certificates -y && sudo apt-get update && bash requirements.sh' manually

i already run the code but it getting back to the error. any idea ?

Ubuntu 22.04.2 Jammy Jellyfish

n1lby73 commented 1 year ago

distro name and version

ganego commented 1 year ago

Xubuntu 20.04 focal: had to replace python-pip with python3-pip.

n1lby73 commented 1 year ago

Xubuntu 20.04 focal: had to replace python-pip with python3-pip.

thanks, you can consider making a pull request with the patch

bagusa4 commented 1 year ago

distro name and version

Hi I'm using Ubuntu 22.04.2 Jammy Jellyfish

n1lby73 commented 1 year ago

use python3 instead of python

AaronD-GH commented 1 year ago

On a Raspberry Pi (trying a different machine from my comment in the other issue):

 _      _____      _____  _______________   __   __   _______ 
| | /| / / _ \____/  _/ |/ / __/_  __/ _ | / /  / /  / __/ _ \
| |/ |/ / // /___// //    /\ \  / / / __ |/ /__/ /__/ _// , _/
|__/|__/____/   /___/_/|_/___/ /_/ /_/ |_/____/____/___/_/|_| 

    .:.:.  creator || n1lby73 .:.:.

.:. telegram: n1lby73 | github: github.com/n1lby73 .:.
    .:.instagram: n1lby73 | twitter: n1l_by73.:.

[01] Debian

[02] Arch

[03] Fedora

[+] which distro are you running: 01

[+] Installing dependencies....
Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
Hit:2 http://deb.debian.org/debian bullseye InRelease                            
Hit:3 http://deb.debian.org/debian bullseye-updates InRelease                    
Get:4 http://archive.raspberrypi.org/debian bullseye InRelease [23.6 kB]         
Get:5 http://archive.raspberrypi.org/debian bullseye/main arm64 Packages [308 kB]
Fetched 331 kB in 18s (18.6 kB/s)  
Reading package lists... Done
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
  ca-certificates-java
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 15.9 kB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://deb.debian.org/debian bullseye-updates/main arm64 ca-certificates-java all 20190909+deb11u1 [15.9 kB]
Fetched 15.9 kB in 1s (23.0 kB/s)         
Reading changelogs... Done
(Reading database ... 135679 files and directories currently installed.)
Preparing to unpack .../ca-certificates-java_20190909+deb11u1_all.deb ...
Unpacking ca-certificates-java (20190909+deb11u1) over (20190909) ...
Setting up ca-certificates-java (20190909+deb11u1) ...
Processing triggers for ca-certificates (20210119) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...

done.
done.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package python-pip 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
However the following packages replace it:
  python3-pip

E: Unable to locate package python3-gbinder
E: Package 'python-pip' has no installation candidate
E: Unable to locate package lxd-client

[!!!] Major warning:- Dependencies not satisfied
kindly run 'sudo apt-get install curl python3 python3-gbinder python-pip lxc ca-certificates -y && sudo apt-get update && bash requirements.sh' manually
aaron@Aaron-Bench:~/Downloads/Installers/Waydroid/waydroid-installer $ sudo apt install curl python3 python3-gbinder python3-pip lxc ca-certificates -y && sudo apt update && bash requirements.sh
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package python3-gbinder
aaron@Aaron-Bench:~/Downloads/Installers/Waydroid/waydroid-installer $ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux 11 (bullseye)
Release:    11
Codename:   bullseye
aaron@Aaron-Bench:~/Downloads/Installers/Waydroid/waydroid-installer $ uname -r
6.1.21-v8+
aaron@Aaron-Bench:~/Downloads/Installers/Waydroid/waydroid-installer $ 
n1lby73 commented 1 year ago

check out how to install python-gbinder

Unable to locate package python3-gbinder