As of yesterday afternoon, i started getting an error when trying to make calls to the Alchemy API. The error looks like this:
I'm using python 2.7.10 on a Mac. Any idea when this issue will be resolved? Or do i need to do something from my end?
Thanks!
Answer by German Attanasio Ruiz (4975) | Nov 18, 2016 at 09:34 PM
Try to reinstall the urllib3
package.
sudo pip install urllib3 --upgrade
You should also try to use virtualenv
or pyenv