To perform Universal Second Factor (U2F), the VIP Credential Provider requires some packages that are available in Python 3.6 (32-bit). Typically, your client machine must have Internet connectivity to download and install these packages. These instructions show you how to install these packages if the client machine does not have access to the Internet.
You must still have Internet access from a different computer to obtain the required packages.
Complete the following steps to install the Python packages on a client computer that does not have access to the Internet:
pip download requests
pip install --no-index --find-links=<path to packages>\<package_name>
Your command should appear similar to the following:
pip install –no-index –find-links=C:\temp\requests