flashlight / wav2letter

Facebook AI Research's Automatic Speech Recognition Toolkit
https://github.com/facebookresearch/wav2letter/wiki
Other
6.35k stars 1.02k forks source link

Tons of Issues Installing #978

Open Jibril2 opened 3 years ago

Jibril2 commented 3 years ago

I've managed to figure out a lot, but it seems the documentation for installing is quite out of date with how the install is actually going (for example the oneapi change for MKL)

Some issues persist no matter what I do. Looking for guidance.

-- Could NOT find FFTW3 (missing: FFTW3_DIR ) ---- Note, I checked and know I have /usr/include/fftw3.h

-- kenlm library not found; if you already have kenlm installed, please set CMAKE_LIBRARY_PATH, KENLM_LIB or KENLM_ROOT environment variable -- Could NOT find kenlm..

-- Could NOT find cub

-- Could NOT find cereal

-- NVIDIA nvToolsExt (NVTX) lib not found; required.

So I know I've installed Nividia's CUDA. I know I've installed FFTW3. I know I have kenlm installed, I pulled the git and built it directly.

I'm just not sure what I am doing wrong or why it can't find anything. Note, I do not have a ton of expertise in C/C++ at all so the make process is a bit foreign to me, but I'd love for some help now. Been trying to install this for 2-3 days.

NOTE : Using ./vcpkg/vcpkg install flashlight-cpu gets me even less far. It fails to find ArrayFire and fails.

The above was from attempting to use cmake _DCMAKE_BUILD_TYPE=Release -DFLASHLIGHT_BACKEND=CPU

tlikhomanenko commented 3 years ago

Seems you didn't install all dependencies we have, so please follow all instructions on dependencies installation. https://github.com/flashlight/flashlight#dependencies

Jibril2 commented 2 years ago

Is there a way to get the responses from this back? Before it was closed there was a few things here I was referencing.

tlikhomanenko commented 2 years ago

Could you report exact commands you run, details on your platform and the way you installing (building from source, vcpkg, docker, which backend)