sashank06 opened this issue 5 years ago · 1 comments
When running the command "python setup.py install" I run into the following error. Any help would be appreciated. Attached is a screenshot of the error. OS: MacOS Mojave 10.14.15
Hey, I had the same issue. Running export MACOSX_DEPLOYMENT_TARGET="10.9" before python setup.py install fixed the issue for me.
export MACOSX_DEPLOYMENT_TARGET="10.9"
python setup.py install
Source: https://stackoverflow.com/questions/56083725/macos-build-issues-lstdc-not-found-while-building-python-package
Also related to #18 I think.