fastBPE
fastBPE copied to clipboard
Error when using Python API
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.
Source: https://stackoverflow.com/questions/56083725/macos-build-issues-lstdc-not-found-while-building-python-package
Also related to https://github.com/glample/fastBPE/issues/18 I think.