I\'m having issues to install python packages using \'pip\', i have no problems until a couple of days ago, but now suddenly I have the error below every time i want to inst
According to this bug, you likely have a bad version of requests installed. It sounds like you need to remove requests completely and any reference to it and reinstall it using something other than pip. Otherwise pip may reinstall the old version using its cache.