try:
    import pip
except ImportError as e:
    e.with_traceback()
try:
    import requests
except ImportError as e:
    e.with_traceback()