You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/answersingenesis/virtualpythons/answersingenesis.local/lib/python3.5/site-packages/authorizenet/apicontrollersbase.py", line 11, in
from pip._vendor import requests
Pip no longer supports import the requests library in this way. Instead, the requests library should be added to this package's requirements.txt, and imported directly.