-
Notifications
You must be signed in to change notification settings - Fork 47
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
unable to install on macos after brew install llvm #11
Comments
It seems that your compiler is defaulting to gcc. Try clang:
|
thanks for reply! the command still not worked..
|
Do you have Xcode Command Line Tools installed? Try
|
ensure the installation..still unable to install...but very thanks for help! still hope for further communication |
Can you try what's suggested here, mainly the |
hard to work without anaconda...maybe I need to wait for further updates in order to get it working..thanks for the help and reply, and hope for any advice if available. |
sir...now the question becomes: |
Your compiler apparently doesn't have C++11 support. What version of clang are you using? |
I wonder the C++11 support have something wrong because only random package could not be found... |
I saw many similar errors as above, however I was able install successfully on Mac OS Catalina with Anaconda 3.7 using the following commands:brew update CC=/usr/local/opt/llvm/bin/clang CXX=/usr/local/opt/llvm/bin/clang++ CPATH=/usr/local/opt/llvm/include/c++/v1 pip install git+https://github.com/teemupitkanen/mrpt/ Thanks for taking the time to open source this great package! |
after
brew install llvm
worked fine,pip install git+https://github.com/teemupitkanen/mrpt/
meet some problems...hope for your helpThe text was updated successfully, but these errors were encountered: