安装Anaconda后,启动Jupyter,导入其他模块时候报错OSError: [WinError 193] %1 不是有效的 Win32 应用程序。
https://blog.csdn.net/qq_41185868/article/details/90182282
一般是你的exe缺少运行库,或者在32bit上运行54bit,或者64bit上运行16bit程序造成的