Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. [root@ip-172-31-29-76 meson-0.52.0]# python3 setup.py install --prefix=/usr/local/
  2. running install
  3. error: can't create or remove files in install directory
  4.  
  5. The following error occurred while trying to add or remove files in the
  6. installation directory:
  7.  
  8. [Errno 2] No such file or directory: '/usr/local//lib/python3.7/site-packages/test-easy-install-8535.write-test'
  9.  
  10. The installation directory you specified (via --install-dir, --prefix, or
  11. the distutils default setting) was:
  12.  
  13. /usr/local//lib/python3.7/site-packages/
  14.  
  15. This directory does not currently exist. Please create it and try again, or
  16. choose a different installation directory (using the -d or --install-dir
  17. option).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement