-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fastBPE will not install on windows 11 or WSL #64
Comments
Is your current directory the main folder ./fastBPE (not the subfolder) and does ./fastBPE/fastBPE/fastBPE.cpp exist? |
No it's just fastBPE not ./fastBPE |
Could I see a screenshot of your folder structure? And is fastBPE.cpp in your folder? |
I have this problem too. |
Seems that this solves the problem: facebookresearch/LASER#91 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have been at this for about 13 hours now and it does not work everytime I try to install I get an error message about fastBPE.cpp like so:
cc1plus: fatal error: fastBPE/fastBPE.cpp: No such file or directory
compilation terminated.
error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
I just dont understand why this wont work. I mean I have tried everything and I need it since it's a dependency for TransCoder which is an AI that I have to use for a project. I am willing to try any work arounds or suggestions. Please help.
The text was updated successfully, but these errors were encountered: