Created
November 5, 2014 16:38
-
-
Save natea/41b59c4d5f7db5366c0b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Exception: | |
| Traceback (most recent call last): | |
| File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pip/basecommand.py", line 122, in main | |
| status = self.run(options, args) | |
| File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pip/commands/install.py", line 278, in run | |
| requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle) | |
| File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pip/req.py", line 1197, in prepare_files | |
| do_download, | |
| File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pip/req.py", line 1375, in unpack_url | |
| self.session, | |
| File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pip/download.py", line 582, in unpack_http_url | |
| unpack_file(temp_location, location, content_type, link) | |
| File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pip/util.py", line 625, in unpack_file | |
| untar_file(filename, location) | |
| File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pip/util.py", line 586, in untar_file | |
| shutil.copyfileobj(fp, destfp) | |
| File "/usr/lib/python2.7/shutil.py", line 52, in copyfileobj | |
| fdst.write(buf) | |
| IOError: [Errno 28] No space left on device |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment