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

Installing cython #168

Open shahawi opened 5 years ago

shahawi commented 5 years ago

Hi, I think I know it's not possible but I was trying to install cython and I got this error, Is there a solution Thanks

Command "/data/user/0/org.qpython.qpy3/files/bin/python3-android5 -u -c "import setuptools, tokenize;file='/storage/emulated/0/qpython/cache/pip-build-5qgcxmxw/cython/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /storage/emulated/0/qpython/cache/pip-ivcxzc6i-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /storage/emulated/0/qpython/cache/pip-build-5qgcxmxw/cython/

DougCalif commented 5 years ago

Same problem here