-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update documentation for OSX issues #68
Comments
same problem here |
This is so ridiculous. nvcc fatal : The version ('90000') of the host compiler ('Apple clang') is not supported
|
Same problem, and I see tickets getting closed in related repos over false workarounds, I copy: It's a serious issue leaving an entire platform (OS X) out of the support map and the solution above was not fully validated. I have tried all plausible downgrades (it's suggested to use 8.2 from "Dec 13" as "solution") of the CLI and none work; this "fix" was probably not a fix at all, e.g. not what made the code eventually build for the test case. This is a seriously overlooked nvidia/xcode compatibility issue I've seen in other related repos, claiming the "fix" to be in another CLI version which doesn't actually work either. clang --version Errors: Additionally, why the 10.9 target? Where was that inherited from? Should we take that as a hint as to how long ago has this code been actually tested for OS X? |
Effectively the instructions on http://torch.ch/docs/getting-started.html should come with a warning that they don't work on as stated on current OSX builds.
This gives build error:
There are similar issues reported for this as per pytorch/pytorch#3047
it may be necessary to download Command Line Tool for 8.3.2 from https://developer.apple.com/download/more/
Run 'sudo xcode-select --switch /Library/Developer/CommandLineTools'
and then try the torch install again, however there will be further errors eg:
The text was updated successfully, but these errors were encountered: