we are trying to install couple of python packages without internet.
For ex : python-keystoneclient
For that we have the packages downloade
This isn't an answer. I was struggling but then realized that my install was trying to connect to internet to download dependencies.
So, I downloaded and installed dependencies first and then installed with below command. It worked
python -m pip install filename.tar.gz