fastBPE icon indicating copy to clipboard operation
fastBPE copied to clipboard

Error when using Python API

Open sashank06 opened this issue 6 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 Screen Shot 2019-06-22 at 17 27 01

sashank06 avatar Jun 22 '19 21:06 sashank06

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.

yannvgn avatar Jun 27 '19 07:06 yannvgn