Open aastha19 opened 5 years ago
After cloning the repository, when trying to compile I get the following error:
with python: python setup.py install
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.
After cloning the repository, when trying to compile I get the following error:
with python: python setup.py install