#3395 [WinError 193] %1 不是有效的 Win32 应用程序。 Error loading

2604:3d08* Posted at: 3 hours ago 👁7

[WinError 193] %1 不是有效的 Win32 应用程序。 Error loading "D:\_internal\torch\lib\cusolver64_11.dll" or one of its dependencies.


=
system:Windows-10-10.0.22631-SP0
version:v3.97
frozen:True
language:zh
root_dir:D:/

1 Replies

该错误是由于系统缺少必要的 Visual C++ 运行时库,导致 CUDA 相关的动态链接库(如 cusolver64_11.dll)无法被正确加载。

解决方案:

  1. 下载并安装微软最新的 Visual C++ 可再发行组件包。请访问 微软VC++组件下载地址 下载安装程序。
  2. 运行下载的 vc_redist.x64.exe 安装程序,按照提示完成安装。
  3. 安装完成后,重启你的电脑
  4. 重启后,再次尝试启动 pyVideoTrans。

请查阅相关文档:

Post Your Reply
Open source and free maintenance is not easy. If this project is helpful to you, please consider making a small donation to help the project continue to maintain and update.

Related resource

Similar issues already exist