Closed Vinfall closed 1 year ago
Please use your package manager to install python3-requests
then open scripts/install_deps.sh
and comment line 132: https://github.com/LSPosed/MagiskOnWSALocal/blob/ad396d6810d8cb87ed8354c89442953e4ab4818a/scripts/install_deps.sh#L132
That's exactly what I did lol. I opened the issue just for the record. Maybe find use another elegant way instead of directly exit when error occurs in scripts/install_deps.sh
.
I'm trying to switch to virtual environments
I think a very simple way is to add python3-requests or py3-requests to requirements
Steps to reproduce/复现步骤
Expected behaviour/预期行为
install_deps.sh
skips installingrequests
when installing on system, andrun.sh
continue without exit (as it used to).Actual behaviour/实际行为
With https://github.com/LSPosed/MagiskOnWSALocal/pull/490 getting merged,
run.sh
would now exit on systems with newer Python version (mine is 3.11.2) that includes PEP 668 – Marking Python base environments as “externally managed” with an error when a pip package conflicts with system packages:MagiskOnWSALocal commit full SHA/MagiskOnWSALocal 提交的完整哈希
ad396d6810d8cb87ed8354c89442953e4ab4818a
Linux distribution info/Linux 发行版信息
OS: Devuan GNU/Linux 5 (daedalus/ceres) x86_64 (basically Debian testing/unstable) Kernel: modded 6.1.21.114514-Microsoft-WSL2 Python: 3.11.2 Pip: 23.0.1
Windows version/Windows 版本
1000.25330.1000.0
Build Parameters/构建参数
Version requirement/版本要求
Logs/日志