qpython-android / qpython.org

QPython contributor & sugguestion & question homepage
http://qpython.org
58 stars 11 forks source link

Can't install IPython #132

Open meeuw opened 8 years ago

meeuw commented 8 years ago

Hi, I'm trying to install ipython (to use as a remote kernel) using pip:

pip install ipython

And it fails with the following message:

error: No such file or directory


Command /data/user/0/com.hipipal.qpyplus/files/bin/python-android5 -c "import setuptools;file='/storage/emulated/0/com.hipipal.qpyplus/cache/build/ipython/setup.py';exec(compile(open(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record /storage/emulated/0/com.hipipal.qpyplus/cache/pip-ju7rg7-record/install-record.txt failed with error code 1 Exception information: Traceback (most recent call last): File "/data/user/0/com.hipipal.qpyplus/files/lib/python2.7/site-packages/pip/basecommand.py", line 126, in main self.run(options, args) File "/data/user/0/com.hipipal.qpyplus/files/lib/python2.7/site-packages/pip/commands/install.py", line 228, in run requirement_set.install(install_options, global_options) File "/data/user/0/com.hipipal.qpyplus/files/lib/python2.7/site-packages/pip/req.py", line 1093, in install requirement.install(install_options, global_options) File "/data/user/0/com.hipipal.qpyplus/files/lib/python2.7/site-packages/pip/req.py", line 566, in install cwd=self.source_dir, filter_stdout=self._filter_install, show_stdout=False) File "/data/user/0/com.hipipal.qpyplus/files/lib/python2.7/site-packages/pip/init.py", line 255, in call_subprocess % (command_desc, proc.returncode)) InstallationError: Command /data/user/0/com.hipipal.qpyplus/files/bin/python-android5 -c "import setuptools;file='/storage/emulated/0/com.hipipal.qpyplus/cache/build/ipython/setup.py';exec(compile(open(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record /storage/emulated/0/com.hipipal.qpyplus/cache/pip-ju7rg7-record/install-record.txt failed with error code 1 `