-
Notifications
You must be signed in to change notification settings - Fork 5
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
Compilation error (fasttext) #39
Comments
Is this error resolved? I still cannot compile warc2text in a fresh Ubuntu 22 LTS or 24. I tried the next with several combinations, like using NiuBlibing/fastText@fec1a6c, or @kpu's fork, or setting GCC to version 12. Nothing worked. This is a short script I'm using after apt update
apt install -y build-essential g++ cmake libprotobuf-dev protobuf-compiler uchardet libuchardet-dev libzip-dev git libboost-all-dev
git clone --recurse-submodules https://github.com/bitextor/warc2text.git
cd warc2text/
mkdir build
cd build/
cmake ..
make -j Any help will be welcome! |
Any update on this? Can it be compiled differently? |
The |
I would love to but kpu/fasterText#1 |
Fixed kpu/fasterText#1 |
Hi,
I was trying to install Bitextor in a conda environment, but it seems that warc2text can't be compiled due to fasttext:
I took a look at the fasttext repo and it's a known bug: facebookresearch/fastText#1281
@kpu , could we add the fix suggested in NiuBlibing/fastText@fec1a6c in the fork used in this repo (https://github.com/kpuatfb/fastText)?
I tried the fix and it worked for me.
The text was updated successfully, but these errors were encountered: