Good morning,
I need to install the dateutil
python library to run a script at work.
The problem is that our machines do not have internet access so we cannot use pip2.7
to install the dependencies. What we can do is to get the modules offline and install them manually.
I’ve read about pipdeptree which might be interesting on getting the dependency tree. But I also want to be able to download all the dependencies in my local machine and upload them to the server so I can install all the modules offline.
We are using RHEL 8.6, so the python-dateutil
package is not available. Only the python3-dateutil
.
I don’t get paid well enough to migrate a whole codebase.
As a consideration, we do not have root access and we should not install rpm packages.
Thanks for reading and consideration
I’ve tried downloading the dateutil installer but it fails as it lacks some dependencies it cannot get because no internet connection.