Guest User

Untitled

a guest
Nov 15th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. from urllib.request import urlretrieve
  2. url = "https://www.cs.cmu.edu/~./enron/enron_mail_20150507.tgz"
  3. urlretrieve(url, filename="../enron_mail_20150507.tgz")
  4.  
  5. /Applications/Python 3.6/Install Certificates.command
  6.  
  7. -- pip install --upgrade certifi
  8. Collecting certifi
  9. Using cached https://files.pythonhosted.org/packages/56/9d/1d02dd80bc4cd955f98980f28c5ee2200e1209292d5f9e9cc8d030d18655/certifi-2018.10.15-py2.py3-none-any.whl
  10. Installing collected packages: certifi
  11. Found existing installation: certifi 2018.4.16
  12. Uninstalling certifi-2018.4.16:
  13. Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/certifi-2018.4.16.dist-info/DESCRIPTION.rst'
  14. Consider using the `--user` option or check the permissions.
  15.  
  16. pip install --upgrade certifi
Add Comment
Please, Sign In to add comment