NVidia CUDA toolkit 7.5.27 failing to install on OS X

浪子不回头ぞ 提交于 2019-12-10 00:47:31

问题


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)


回答1:


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.




回答2:


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.




回答3:


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.



来源:https://stackoverflow.com/questions/36942135/nvidia-cuda-toolkit-7-5-27-failing-to-install-on-os-x

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!