cx_Oracle.connect throws "InterfaceError: Unable to acquire Oracle environment handle", it is the invalid "ORACLE_HOME" env variable which caused this problem in my case. After fix the ORACLE_HOME, everything is set.