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
Looks like I'm getting a version clash on requests.
Potentially have a try / except on importing urllib3 exceptions from requests? If error, then import directly from urllib3. See here: locustio/locust#148.
File "/usr/local/lib/python2.7/dist-packages/boxsdk/object/events.py", line 4, in <module>
from requests.packages.urllib3.exceptions import TimeoutError
ImportError: No module named packages.urllib3.exceptions