glample / fastBPE

Fast BPE
MIT License
656 stars 96 forks source link

fastBPE installation error #41

Open anjalibhavan opened 4 years ago

anjalibhavan commented 4 years ago

I am working on a remote Ubuntu server using SSH. Python 3.6. I am unable to install fastBPE and get this error: error: command 'gcc' failed with exit status 1 As a result, I'm unable to execute my code. I am unable to install this with pip or conda as well. Please help.

1mike12 commented 4 years ago

it says it right there, you need the right version of gcc. See https://github.com/glample/fastBPE/issues/45 maybe it can help you get it