qpython-android / qpython

QPython is an Android Python engine primarily designed for Python and AI learners. It offers a range of impressive features to enhance Python programming experience.
https://www.qpython.org
1.06k stars 193 forks source link

Don't support Android 6.1 system #57

Open yingshaoxo opened 7 years ago

yingshaoxo commented 7 years ago

Google say that my device isn't compatible with this version.

And also, I can't run Kivy codes in this situation after I installed qpython from apk.

pollyfat commented 7 years ago

Are you install Kivy package before running your code? It needs to be installed first before you could use Kivy's functions.

And could you please provide your device model?

yingshaoxo commented 7 years ago

Model number JDN-W09 Build number JDN-W09C233B010 EMUI version EMUI 4.0.3 Android version 6.0.1 CPU Qualcomm MSM8939 RAM 3.0 GB Internal storage:32.00 GB total Resolution 1200 x 1920 Kernel version 3.10.49-gb6eb3fb android@localhost #1 Mon Mar 13 12:13:03 CST 2017

I can't install kivy package though PYPI, it says:

/data/user/0/org.qpython.qpy/files/bin/qpython-android5.sh  /data/user/0/org.qpython.qpy/files/bin/pip  install  kivy-qpython  -i  http://qpypi.qpython.org:11000/simple  --extra-index-url  https://pypi.python.org/simple/  && exit
dex-url  https://pypi.python.org/simple/  && exit                   <
Segmentation fault
139|u0_a184@hwjdn:/ $
pollyfat commented 7 years ago

Thanks for the report. :)

We have fixed this problem in the version 2.0.6, and you can download it via the release page.

yingshaoxo commented 7 years ago

I'm afraid I still can't install kivy from QPYPI, it said:

u0_a184@hwjdn:/ $
/data/user/0/org.qpython.qpy/files/bin/qpython-androser/0/org.qpython.qpy/files/bin/qpython-android5.sh
                  es/bin/qpython-android5.sh  /data/user/0/org.qpython.
            h  /data/user/0/org.qpython.qpy/files/bin/pip  instal
      on.qpy/files/bin/pip  install  kivy-qpython  -i  http
tall  kivy-qpython  -i  http://qpypi.qpython.org:1100                 ttp://
qpypi.qpython.org:11000/simple  --extra-index-u                 1000/simple
 --extra-index-url  https://pypi.python.o                 rg/simple/  &&
exit
Segmentation fault
139|u0_a184@hwjdn:/ $

On Sep 28, 2017 3:25 PM, "Mae" notifications@github.com wrote:

Thanks for the report. :)

We have fixed this problem in the version 2.0.6, and you can download it via the release page.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/qpython-android/qpython/issues/57#issuecomment-332751579, or mute the thread https://github.com/notifications/unsubscribe-auth/AQZPrdnKFKIMwCD4GaU3EKmFvgPoxpp1ks5sm0nzgaJpZM4PhuMf .

daohaode4188 commented 7 years ago

i have the same problem, i think the reason is that i cannot open the filefold under /data , which may need root.. every packages i try to install will appear segmentation fault..

daohaode4188 commented 7 years ago

/data/user/0/org.qpython.qpy/files/bin/qpython-androser/0/org.qpython.qpy/files/bin/qpython-android5.sh

this document i cannot open, i guess the question is root permision..

my phone is huawei 6x, android 6.. thank you for your working, very winderful

daohaode4188 commented 7 years ago

not due to the problem of root promission..i.used another phone, android 4.4, is ok,although this phone also cannot open that path

pollyfat commented 7 years ago

@daohaode4188 The "/data/.../[app id]" path can be accessed from the app so it won't be the reason.

We'll try to find out the true reason and notify you guys here after we solve it.

EbrahimMohammed commented 6 years ago

whenever I try to install KIVY library, it'll fail and give me this message as depicted in the photo attached qpython