I am trying to install boto3 on rhel 7 server. I have pip3 installed, all the other things needed for boto3.
yum list installed | grep -i python3
I have python3.x86_64, python3-libs.x86_64, python3-pip.noarch and python3-setuptools.noarch
whereis python3
As internet connection is not setup, I am getting an error with respect to accessing
pip install boto3 #does not work due to external connection problem.
Got latest code from boto3 https://github.com/boto/boto3.git has issues with dependencies from it.
Does anyone know of any links which might help with list of steps to follow to install boto3 when server is not connected to internet
thanks Dan