NVidia CUDA toolkit 7.5.27 failing to install on O

2020-08-09 07:16发布

Downloading the CUDA toolkit DMG works, but the installer fails with a cryptic "package manifest parsing error" error after selecting packages.

Running the installer from the command line using the binary inside fails in a similar manner. The log file at /var/log/cuda_installer.log basically says the same:

Apr 28 18:16:10  CUDAMacOSXInstaller[58493] : Awoken from nib!
Apr 28 18:16:10  CUDAMacOSXInstaller[58493] : Switched to local mode.
Apr 28 18:16:24  CUDAMacOSXInstaller[58493] : Package manifest parsing error!
Apr 28 18:16:24  CUDAMacOSXInstaller[58493] : Package manifest parsing error!
Apr 28 18:16:24  CUDAMacOSXInstaller[58493] : Package manifest parsing error!

I have a prior version of cuda 7.5 installed, which (a while ago) was done through the same process without error.

(OS X 10.11, GeForce GT750M)

3条回答
爷的心禁止访问
2楼-- · 2020-08-09 07:41

I had to uninstall the version of CUDA I had installed previously by running /Developer/NVIDIA/CUDA7.5/bin/uninstall***.pl before installing the new version.

查看更多
【Aperson】
3楼-- · 2020-08-09 07:42

The phrase "Package manifest parsing error" produced zero hits on Google before, so hopefully this answer helps others.

I spoke to an NVidia dev about this, and apparently there is a known issue for version 7.5.27 on OS X. Having more than one CUDA installed DMG mounted will cause any installer to have this issue.

Unmounting all but one DMG solves this issue. It will likely be fixed in a future release of the CUDA toolkit.

查看更多
smile是对你的礼貌
4楼-- · 2020-08-09 07:53

I’m in the same boat. These steps solved this issue.

  1. Unmount all DMG
  2. Mount only one "Local Installer" DMG
  3. Launch Installer and complete procedure

Network Installer didn't work in my environment.

查看更多
登录 后发表回答