Permission Denied while trying to run a Python package
问题 I'm trying to use a Python package called csvkit on an AWS EC2 machine. I was able to install it after some hiccups, which might be related - running pip install csvkit threw an error at with open(path, 'rb') as stream: IOERROR: [Errno 13] Permission denied: '/usr/local/lib/python2.7/site-packages/python_dateutil-2.2-py2.7.egg/EGG-INFO/requires.txt' But I was able to install it with some other command. Now onto the original problem - when I try to run a simple function within the csvkit