Closed kennychowdhary closed 8 years ago
Hi Kenny,
You need to either run the Python script with sudo
. I assumed you did the above to install the module. However it would be better to start using virtualenv - http://docs.python-guide.org/en/latest/dev/virtualenvs/
http://pythontips.com/2013/07/30/what-is-virtualenv/
You will get that error if the module does not have write permissions to cache the SP500 file locally for 24 hours.
After running the command:
I get the following error:
IOError Traceback (most recent call last)