且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何修复"OSError:[WinError 193]%1不是有效的Win32应用程序"

更新时间:2021-12-30 00:05:33

可能已发生另一件事. VS代码从预定义的OS位置自动搜索numpy和其他软件包.您可能使用的是32位版本的numpy,而不是64位版本.要解决此问题,您可以

Another thing might have happened. VS code automatically searches for the numpy and other packages from predefined OS locations. You might be using the 32 bit version of numpy instead of a 64 bit version. To fix this, you can

  • 从所有操作系统位置卸载pandas.
  • 如果问题仍然存在,请重新安装pandas
  • Uninstall pandas from all OS locations.
  • Reinstall pandas if the problem persists