Skip to content

Instantly share code, notes, and snippets.

@autrilla
Created November 21, 2014 16:09
Show Gist options
  • Save autrilla/eb46aa4db6fc0af7be09 to your computer and use it in GitHub Desktop.
Save autrilla/eb46aa4db6fc0af7be09 to your computer and use it in GitHub Desktop.
(Web Serie A)[autrilla@autrilla ~/Documents/Programming/FAVEGA/Web_Serie_A]$ pip install django
Downloading/unpacking django
Downloading Django-1.7.1-py2.py3-none-any.whl (7.4MB): 7.4MB downloaded
Installing collected packages: django
Cleaning up...
Exception:
Traceback (most recent call last):
File "/usr/lib/python3.4/site-packages/pip/basecommand.py", line 122, in main
status = self.run(options, args)
File "/usr/lib/python3.4/site-packages/pip/commands/install.py", line 283, in run
requirement_set.install(install_options, global_options, root=options.root_path)
File "/usr/lib/python3.4/site-packages/pip/req.py", line 1435, in install
requirement.install(install_options, global_options, *args, **kwargs)
File "/usr/lib/python3.4/site-packages/pip/req.py", line 671, in install
self.move_wheel_files(self.source_dir, root=root)
File "/usr/lib/python3.4/site-packages/pip/req.py", line 901, in move_wheel_files
pycompile=self.pycompile,
File "/usr/lib/python3.4/site-packages/pip/wheel.py", line 215, in move_wheel_files
clobber(source, lib_dir, True)
File "/usr/lib/python3.4/site-packages/pip/wheel.py", line 205, in clobber
os.makedirs(destdir)
File "/usr/lib/python3.4/os.py", line 237, in makedirs
mkdir(name, mode)
PermissionError: [Errno 13] Permission denied: '/usr/lib/python3.4/site-packages/Django-1.7.1.dist-info'
Storing debug log for failure in /home/autrilla/.pip/pip.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment