在Termux下的ArchLinux上打破了pip install

时间:2018-01-06 09:12:12

标签: android python-3.x archlinux archlinux-arm termux

使用python 3.6.4:

在新的Termux安装中,我对https://wiki.termux.com/wiki/Arch

表示赞同
pkg install wget
wget https://raw.githubusercontent.com/sdrausty/TermuxArch/master/setupTermuxArch.sh
bash setupTermuxArch.sh 

之后在ArchLinux中:

$ pacman -S python python-pip
(success)

$ pip install simplejson (or any other package)

总是得到:

running install_egg_info
    running egg_info
    writing simplejson.egg-info/PKG-INFO
    writing dependency_links to simplejson.egg-info/dependency_links.txt
    writing top-level names to simplejson.egg-info/top_level.txt
    reading manifest file 'simplejson.egg-info/SOURCES.txt'
    reading manifest template 'MANIFEST.in'
    writing manifest file 'simplejson.egg-info/SOURCES.txt'
    Copying simplejson.egg-info to /root/.local/lib/python3.6/site-packages/simplejson-3.13.2-py3.6.egg-info
    error: [Errno 13] Permission denied: '/root/.local/lib/python3.6/site-packages/simplejson-3.13.2-py3.6.egg-info/PKG-INFO'

    ----------------------------------------
Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-r_x__623/simplejson/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-4dfnzavt-record/install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with error code 1 in /tmp/pip-build-r_x__623/simplejson/

另外 - 用户或者pyvenv根本没有帮助。有什么建议,我做错了什么?

请注意:

  • Android设备未植根
  • ArchLinux用户是root(默认)
  • 权限看起来不错。我可以手动将文件复制到目标目录。

更新:使用python 2.7.14一切正常。

0 个答案:

没有答案