0

I have to install oracle_cx on a Windows server. The server is not allowed to have internet access for any reason. I have no problem installing oracle_cx with pip on workstations with internet access. Need a way to install it without internet.

Looked for answers on the web for several hours. None found.

Andy W
  • 3
  • 2
  • What happens when you try to install? Does it abort? Do you have a log file? What type of setup is it? MSI / Windows Installer? [This is not that Oracle Universal Installer is it?](https://stackoverflow.com/questions/46323388/installing-oracle-form-and-got-an-error-cannot-launch-the-installer-555) (older answer regarding that tool - look for the log file?). – Stein Åsmul Jun 08 '19 at 19:45

1 Answers1

0

Download the proper file from PyPI and then use the command

python -m pip install "<file_name>"

Anthony Tuininga
  • 6,388
  • 2
  • 14
  • 23