Error message: nvcc fatal : The version ('80000') of the host compiler ('Apple clang') is not supported
Steps to fix:
- Log in to https://developer.apple.com/downloads/
- Download Xcode CLT (Command Line Tools) 7.3
- Install CLT
- Run
sudo xcode-select --switch /Library/Developer/CommandLineTools
- Verify that clang has been downgraded via
clang --version
Source: http://stackoverflow.com/a/36590330/701646
Edit: Update to 7.3 and fail at 8.0
Error message:
nvcc fatal : The version ('80000') of the host compiler ('Apple clang') is not supportedSteps to fix:
sudo xcode-select --switch /Library/Developer/CommandLineToolsclang --versionSource: http://stackoverflow.com/a/36590330/701646
Edit: Update to 7.3 and fail at 8.0