wav2letter
wav2letter copied to clipboard
Unable to install
Question
I have tried the installation instructions here , with USE_CUDA=0. However, It still gives the following error: `running install running bdist_egg running egg_info writing wav2letter.egg-info/PKG-INFO writing dependency_links to wav2letter.egg-info/dependency_links.txt writing top-level names to wav2letter.egg-info/top_level.txt reading manifest file 'wav2letter.egg-info/SOURCES.txt' writing manifest file 'wav2letter.egg-info/SOURCES.txt' installing library code to build/bdist.linux-x86_64/egg running install_lib running build_ext -- The C compiler identification is GNU 7.3.0 -- The CXX compiler identification is GNU 7.3.0 -- Check for working C compiler: /home/at3ee/anaconda3/envs/py37/bin/x86_64-conda_cos6-linux-gnu-cc -- Check for working C compiler: /home/at3ee/anaconda3/envs/py37/bin/x86_64-conda_cos6-linux-gnu-cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /home/at3ee/anaconda3/envs/py37/bin/x86_64-conda_cos6-linux-gnu-c++ -- Check for working CXX compiler: /home/at3ee/anaconda3/envs/py37/bin/x86_64-conda_cos6-linux-gnu-c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") -- Checking for module 'cblas' -- No package 'cblas' found -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of void* -- Check size of void* - done -- Checking for [Accelerate] -- Checking for [vecLib] -- Checking for [cblas - atlas] -- Checking for [openblas] -- Checking for [cblas] -- Checking for [blas] CMake Error at cmake/FindCBLAS.cmake:334 (MESSAGE): CBLAS library not found. Please specify library location Call Stack (most recent call first): src/libraries/feature/CMakeLists.txt:10 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/at3ee/wav2letter/bindings/python/build/temp.linux-x86_64-3.7/CMakeFiles/CMakeOutput.log".
Traceback (most recent call last):
File "setup.py", line 109, in
Could you please point out where I am going wrong?
I'm getting this same "CBLAS library not found" error when trying to build in a conda environment. I've tried setting -DCMAKE_PREFIX_PATH=$CONDA_PREFIX and cmake still won't find libcblas. Has anybody successfully installed this in a conda environment?
FYI these instructions are linked to in https://github.com/asappresearch/slue-toolkit?tab=readme-ov-file