levi
Results
1
comments of
levi
I enter the commands before installation: - `export PATH="/opt/homebrew/opt/llvm/bin:$PATH"` - `export LDFLAGS="-L/opt/homebrew/opt/llvm/lib" ` - `export CPPFLAGS="-I/opt/homebrew/opt/llvm/include"` and then `MACOSX_DEPLOYMENT_TARGET=13.4.1 CC=clang CXX=clang++ python setup.py install ` It appears in the Conda...