crossenv icon indicating copy to clipboard operation
crossenv copied to clipboard

Not working

Open Soft-Buddy opened this issue 1 year ago • 4 comments

rudra@rudra:~/crossenv/usr/bin$ python3 -m crossenv /home/rudra/crossenv/usr/bin/python3 venv
WARNING: The cross-compiler ('/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android24-clang') does not appear to be for the correct architecture (got aarch64-unknown-linux-android24, expected aarch64-unknown-linux-android). Use --cc to correct, if necessary.
ERROR: Command '['/home/rudra/crossenv/usr/bin/venv/build/bin/python3', '-m', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.
rudra@rudra:~/crossenv/usr/bin$

This is the error I face when setting up crossenv. Kindly rectify this.

Soft-Buddy avatar Jan 12 '24 12:01 Soft-Buddy

why r25b ? isn't current LTS r26b ?

pmp-p avatar Jan 12 '24 19:01 pmp-p

Tried with ndk r26b too, doesn't make any difference

Soft-Buddy avatar Jan 13 '24 10:01 Soft-Buddy

While I get this set up, can you run with -vv to get debug output? That might give us a clue about what's going wrong.

Also: Which Python version(s) are you using?

benfogle avatar Jan 13 '24 14:01 benfogle

Python 3.11.7

Soft-Buddy avatar Jan 13 '24 14:01 Soft-Buddy