Nrd*_*hu1 5 ubuntu python-3.10 waydroid
\xee\x80\x80 /h/user ~ sudo apt install python3-gbinder 03-Feb Thu 2022 17:02\nReading package lists... Done\nBuilding dependency tree \nReading state information... Done\nSome packages could not be installed. This may mean that you have\nrequested an impossible situation or if you are using the unstable\ndistribution that some required packages have not yet been created\nor been moved out of Incoming.\nThe following information may help to resolve the situation:\n\nThe following packages have unmet dependencies:\n python3-gbinder : Depends: python3 (>= 3.9~) but 3.8.2-0ubuntu2 is to be installed\nE: Unable to correct problems, you have held broken packages.\n \xee\x80\x80 /h/user ~ python3 -V \nPython 3.10.0\nRun Code Online (Sandbox Code Playgroud)\n我需要用于waydroid (android 模拟器)的 python3-gbinder 。
\n我的 python3 版本为 3.10.0,但即使我尝试使用 root,它仍然无法工作。
\n小智 4
在https://docs.waydro.id/usage/install-on-desktops的上下文中,必须使用
export DISTRO="focal"
Run Code Online (Sandbox Code Playgroud)
所以
export DISTRO="focal" && \
sudo curl -# --proto '=https' --tlsv1.2 -Sf https://repo.waydro.id/waydroid.gpg --output /usr/share/keyrings/waydroid.gpg && \
echo "deb [signed-by=/usr/share/keyrings/waydroid.gpg] https://repo.waydro.id/ $DISTRO main" > ~/waydroid.list && \
sudo mv ~/waydroid.list /etc/apt/sources.list.d/waydroid.list && \
sudo apt update
Run Code Online (Sandbox Code Playgroud)
感谢 @y-shevchenko https://githubhot.com/repo/Anbox-halium/anbox-halium/issues/162
| 归档时间: |
|
| 查看次数: |
6380 次 |
| 最近记录: |