我正在尝试使用Python / Django连接到Oracle DB v10.1。因此,需要cx_Oracle。 cx_Oracle(当前版本,低至v5.3)需要的最低oracle_instantclient版本为11.2。与OracleDB 10.x不兼容。
[...]
File "/home/<snip>/.local/lib/python3.6/site-packages/pipenv/patched/notpip/_internal/utils/misc.py", line 705, in call_subprocess
% (command_desc, proc.returncode, cwd))
pipenv.patched.notpip._internal.exceptions.InstallationError: Command "python setup.py egg_info" failed with error code 1 in /tmp/tmp0B1fptbuild/cx-oracle/
Is there any way to connect to an old Oracle 10.x DB from Python (maybe without cx_Oracle), or even better, from Django?