Open1

cx_Oracle memo

zztkmzztkm

cx_Oracle のインストールについて調査したメモ

python37 と python39 (310) で比較したかった。

https://cx-oracle.readthedocs.io/en/latest/user_guide/installation.html

python37

  • cx_Oracle 8.3.0
    • 普通に pip install できる!
  • cx_Oracle 8.0.1
    • 普通に pip install できる!

python39

  • cx_Oracle 8.3.0
    • 普通に pip install できる!
  • cx_Oracle 8.0.1
    • build が開始されるが依存関係に C++ 14.0 or greater が必要と言われてエラーが出る

考察

  • python3.7 では 8.0.1 以上のバージョンは普通にインストールできそう
  • python3.9 では後方互換の問題なのか、8.0.1 はインストールできなかった