Guest User

Untitled

a guest
Jan 6th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. pkg install wget
  2. wget https://raw.githubusercontent.com/sdrausty/TermuxArch/master/setupTermuxArch.sh
  3. bash setupTermuxArch.sh
  4.  
  5. $ pacman -S python python-pip
  6. (success)
  7.  
  8. $ pip install simplejson (or any other package)
  9.  
  10. running install_egg_info
  11. running egg_info
  12. writing simplejson.egg-info/PKG-INFO
  13. writing dependency_links to simplejson.egg-info/dependency_links.txt
  14. writing top-level names to simplejson.egg-info/top_level.txt
  15. reading manifest file 'simplejson.egg-info/SOURCES.txt'
  16. reading manifest template 'MANIFEST.in'
  17. writing manifest file 'simplejson.egg-info/SOURCES.txt'
  18. Copying simplejson.egg-info to /root/.local/lib/python3.6/site-packages/simplejson-3.13.2-py3.6.egg-info
  19. error: [Errno 13] Permission denied: '/root/.local/lib/python3.6/site-packages/simplejson-3.13.2-py3.6.egg-info/PKG-INFO'
  20.  
  21. ----------------------------------------
  22. 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('rn', '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/
Add Comment
Please, Sign In to add comment