qpython
qpython copied to clipboard
problem installing pakages pip3 (py3.6)
"pip3 install telethon" When the download end pip3 return:
Running setup.py egg_info for package pyasn1
no previously-included directories found matching 'docs/build'
no previously-included directories found matching 'docs/source/.templates'
Installing collected packages: colorama, telethon, pyaes, rsa, pyasn1 Running setup.py install for colorama error: invalid Python installation: unable to open /sdcard/qpython/lib/python3.6/config-3.6m/Makefile (No such file or directory) Complete output from command /data/data/org.qpython.qpy/files/bin/python3-android5 -c "import setuptools;file='/storage/emulated/0/qpython/cache/pip-build/colorama/setup.py';exec(compile(open(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record /storage/emulated/0/qpython/cache/pip-_3nhinup-record/install-record.txt --single-version-externally-managed: running install
error: invalid Python installation: unable to open /sdcard/qpython/lib/python3.6/config-3.6m/Makefile (No such file or directory)
Command /data/data/org.qpython.qpy/files/bin/python3-android5 -c "import setuptools;file='/storage/emulated/0/qpython/cache/pip-build/colorama/setup.py';exec(compile(open(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record /storage/emulated/0/qpython/cache/pip-_3nhinup-record/install-record.txt --single-version-externally-managed failed with error code 1 in /storage/emulated/0/qpython/cache/pip-build/colorama Storing complete log in /storage/emulated/0/qpython/cache/tmpvyw5u10x
Is a pip3's problem or not?
(Sorry, in the text returned by pip there are character that github interprets as markup)