glample / fastBPE

Fast BPE
MIT License
656 stars 96 forks source link

Error while compiling #33

Open aastha19 opened 5 years ago

aastha19 commented 5 years ago

After cloning the repository, when trying to compile I get the following error:

image

with python: python setup.py install

image

jingweilin commented 4 years ago

You may try "g++ -std=gnu++11 -pthread -O3 fastBPE/main.cc -IfastBPE -o fast", which solves my problem using cygwin for win10. However i still failed with python wrapper.