Advertisement
script__kiddie

Untitled

Mar 23rd, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.59 KB | None | 0 0
  1. $ pip3 install nmap
  2. Collecting nmap
  3.   Downloading nmap-0.0.1-py3-none-any.whl
  4. Installing collected packages: nmap
  5. Exception:
  6. Traceback (most recent call last):
  7.   File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pip/basecommand.py", line 215, in main
  8.     status = self.run(options, args)
  9.   File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pip/commands/install.py", line 342, in run
  10.     prefix=options.prefix_path,
  11.   File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pip/req/req_set.py", line 784, in install
  12.     **kwargs
  13.   File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pip/req/req_install.py", line 851, in install
  14.     self.move_wheel_files(self.source_dir, root=root, prefix=prefix)
  15.   File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pip/req/req_install.py", line 1064, in move_wheel_files
  16.     isolated=self.isolated,
  17.   File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pip/wheel.py", line 345, in move_wheel_files
  18.     clobber(source, lib_dir, True)
  19.   File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pip/wheel.py", line 323, in clobber
  20.     shutil.copyfile(srcfile, destfile)
  21.   File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/shutil.py", line 121, in copyfile
  22.     with open(dst, 'wb') as fdst:
  23. PermissionError: [Errno 13] Permission denied: '/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/nmap/__init__.py'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement