Skip to content

Instantly share code, notes, and snippets.

@brandoncordell
Created May 6, 2015 20:45
Show Gist options
  • Save brandoncordell/5ee192ffa7702d11a25a to your computer and use it in GitHub Desktop.
Save brandoncordell/5ee192ffa7702d11a25a to your computer and use it in GitHub Desktop.
Cleaning up...
Removing temporary dir /home/brandon/Code/rhombik-env/build...
Exception:
Traceback (most recent call last):
File "/home/brandon/Code/rhombik-env/local/lib/python2.7/site-packages/pip/basecommand.py", line 122, in main
status = self.run(options, args)
File "/home/brandon/Code/rhombik-env/local/lib/python2.7/site-packages/pip/commands/install.py", line 302, in run
requirement_set.cleanup_files(bundle=self.bundle)
File "/home/brandon/Code/rhombik-env/local/lib/python2.7/site-packages/pip/req.py", line 1333, in cleanup_files
rmtree(dir)
File "/home/brandon/Code/rhombik-env/local/lib/python2.7/site-packages/pip/util.py", line 43, in rmtree
onerror=rmtree_errorhandler)
File "/usr/lib/python2.7/shutil.py", line 247, in rmtree
rmtree(fullname, ignore_errors, onerror)
File "/usr/lib/python2.7/shutil.py", line 247, in rmtree
rmtree(fullname, ignore_errors, onerror)
File "/usr/lib/python2.7/shutil.py", line 247, in rmtree
rmtree(fullname, ignore_errors, onerror)
File "/usr/lib/python2.7/shutil.py", line 247, in rmtree
rmtree(fullname, ignore_errors, onerror)
File "/usr/lib/python2.7/shutil.py", line 239, in rmtree
onerror(os.listdir, path, sys.exc_info())
File "/usr/lib/python2.7/shutil.py", line 237, in rmtree
names = os.listdir(path)
OSError: [Errno 5] Input/output error: '/home/brandon/Code/rhombik-env/build/Twisted/doc/_static/css'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment