LSPosed / MagiskOnWSALocal

Integrate Magisk root and Google Apps into WSA (Windows Subsystem for Android)
GNU Affero General Public License v3.0
9.6k stars 23.12k forks source link

[Bug] Error when building on older laptop #561

Closed rp1231 closed 1 year ago

rp1231 commented 1 year ago

Steps to reproduce/复现步骤

Use run.sh script

Expected behaviour/预期行为

File should be produced in the output folder

Actual behaviour/实际行为

Getting an error

MagiskOnWSALocal commit full SHA/MagiskOnWSALocal 提交的完整哈希

3d819b9ba52a0e05fdf9df3d980395b3b4f20daa

Linux distribution info/Linux 发行版信息

No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.2 LTS Release: 22.04 Codename: jammy

Windows version/Windows 版本

1000.22642.1000.0

Build Parameters/构建参数

x64_Release-Nightly-with-magisk-26.1(26100)-stable-MindTheGapps-13.0-RemovedAmazon

Version requirement/版本要求

Logs/日志

[//]: <> (Don't modify above) ``` COMMAND_LINE=--arch x64 --release-type WIS --root-sol magisk --gapps-brand MindTheGapps --remove-amazon --magisk-ver stable INFO: Architecture: x64 INFO: Release Type: WIS INFO: Magisk Version: stable INFO: GApps Brand: MindTheGapps INFO: GApps Variant: pico INFO: Root Solution: magisk Build: RELEASE_TYPE=Insider Slow Generate Download Links Traceback (most recent call last): File "/mnt/e/Work/Admin/GitHub/MagiskOnWSALocal/scripts/generateWSALinks.py", line 32, in from requests import Session ModuleNotFoundError: No module named 'requests' Build: an error has occurred, exit Cleanup Work Directory deactivate python3 venv Cleanup Download Directory ``` [//]: <> (Don't modify below)
rp1231 commented 1 year ago

Here is the dmesg file: dmesg.txt

Howard20181 commented 1 year ago

What's the output of install_deps.sh?

rp1231 commented 1 year ago

This is the output: deps.txt

Howard20181 commented 1 year ago

Try https://github.com/LSPosed/MagiskOnWSALocal/commit/b38fe8c678affb39fe59f54d76f3f17d8ade84e3

rp1231 commented 1 year ago

Yes this worked. Thanks.