dash-docs icon indicating copy to clipboard operation
dash-docs copied to clipboard

Clang error for development on MACOS 10.15.7

Open akmorrow13 opened this issue 4 years ago • 0 comments

>> pip install-r requirements.txt
file not found
  #include <locale>
           ^~~~~~~~
  1 error generated.
  error: command 'clang' failed with exit status 1

Fix is to set:

export MACOSX_DEPLOYMENT_TARGET=10.14

akmorrow13 avatar Mar 20 '21 17:03 akmorrow13