Cannot complete the installation due to Creating python3 virtual env error #848
Unanswered
magicluifo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to install on a Windows machine using wsl with openSUSE. I also tried Debian with the same result.
This is the error Im getting after executing ./run.sh|
Does anyone have experienced the same?
Thanks for the support, you can find the command bellow:
/mnt/c/Users/luisp> sudo git clone https://github.com/LSPosed/MagiskOnWSALocal.git --depth 1
Cloning into 'MagiskOnWSALocal'...
remote: Enumerating objects: 53, done.
remote: Counting objects: 100% (53/53), done.
remote: Compressing objects: 100% (49/49), done.
remote: Total 53 (delta 6), reused 24 (delta 1), pack-reused 0 (from 0)
Receiving objects: 100% (53/53), 1.24 MiB | 5.64 MiB/s, done.
Resolving deltas: 100% (6/6), done.
luispe@LuisSur:/mnt/c/Users/luisp> cd M
MagiskOnWSALocal/ Music/ My Documents/
luispe@LuisSur:/mnt/c/Users/luisp> cd MagiskOnWSALocal/
luispe@LuisSur:/mnt/c/Users/luisp/MagiskOnWSALocal> ./scripts/run.sh
Checking and ensuring dependencies
Repository 'update-tumbleweed' is up to date.
Repository 'repo-openh264' is up to date.
Repository 'repo-oss' is up to date.
All repositories have been refreshed.
Refreshing service 'openSUSE'.
Loading repository data...
Reading installed packages...
No update candidate for 'ca-certificates-2+git20251006.0b604c2-1.1.noarch'. The highest available version is already installed.
Resolving package dependencies...
The following item is locked and will not be changed by any action:
Available:
jeos-firstboot
Nothing to do.
Creating python3 virtual env
Error: Command '['/mnt/c/Users/luisp/MagiskOnWSALocal/python3-env/bin/python3', '-m', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.
Failed to upgrade python3 virtual env, clear and recreate
Error: Command '['/mnt/c/Users/luisp/MagiskOnWSALocal/python3-env/bin/python3', '-m', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.
ERROR: Failed to create python3 virtual env
Dependencies: an error has occurred, exit
Beta Was this translation helpful? Give feedback.
All reactions