Closed megalithicportal closed 5 years ago
Your python installation looks quite broken, since requests is clearly being installed in that log.
I'd suggest attempting to run the script in a virtualenv. Steps are roughly:
virtualenv env
source env/bin/activate
pip install -r requirements.txt
./yahoo.py ...
Apologies if this is something stupid. Running on OpenSuse, yast2 says I have Python 2.7.13 installed. Thanks