Closed franksh closed 6 years ago
do you compile with clang
or some other compiler?
I've been using pip and homebrew, I don't know which compiler they are using, do you know where I can see that? I have both clang
and gcc
installed, I don't know which is used. I'm using macOS High Sierra Version 10.13.3
could you try installing with pip using the --verbose
flag and posting the whole error message? or is it too late now?
I've added a notice to the readme. Please reopen if it happens agains to someone.
The setup script failed on my Mac when I used
pip install pybind11
It worked after installing pybind11 via homebrew
brew install pybind11
Maybe update the install instructions