python报错:
import cx_Oracle

ImportError: DLL load failed: %1 不是有效的 Win32 应用程序。
ERROR: Cannot uninstall 'pywin32'. It is a distutils installed project and thus we cannot accurately

不需要卸载旧的 直接覆盖安装
pip install --ignore-installed cx_Oracle
pip install --ignore-installed pywin32

posted on 2022-05-16 18:52  xc川  阅读(149)  评论(0)    收藏  举报