question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

WARNING: --> espnet is not installed.

See original GitHub issue

When I installed everything and then executed python check_install.py at espnet/tools , I got this:

INFO: # libraries to be checked = 8
WARNING: --> espnet is not installed.
INFO: --> kaldiio is installed.
INFO: --> matplotlib is installed.
INFO: --> torch is installed.
INFO: --> chainer is installed.
INFO: --> chainer_ctc is installed.
INFO: --> warpctc_pytorch is installed.
INFO: --> cupy is installed.
INFO: library availableness check done.
INFO: 7 / 8 libraries are correctly installed.
INFO: please try to setup again and then re-run this script.

What should I do ?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
sharockyscommented, Dec 12, 2019

I have same issue with the latest version as you mentioned above.(espnet/espnet, tag “gpu-cuda10.0-cudnn7-u18” I build docker image following command.

 sudo ./run.sh --docker_gpu 0 --docker_egs chime4/asr1 --docker_folders /export/corpora4/CHiME4/CHiME3 --ngpu 

and got following error. stage 0: Data preparation cat: /export/corpora4/CHiME4/CHiME3/data/WSJ0/wsj0/doc/indices/train/tr_s_wv1.ndx: No such file or directory cat: /export/corpora4/CHiME4/CHiME3/data/WSJ0/wsj0/doc/indices/test/nvp/si_et_05.ndx: No such file or directory find: '/export/corpora4/CHiME4/CHiME3/data/WSJ0/wsj0/si_dt_05': No such file or directory find: '/export/corpora4/CHiME4/CHiME3/data/WSJ0': No such file or directory run.sh done.

so I run docker manually

sudo docker run -it --runtime=nvidia 937b583f3b76 /bin/bash

and I got same issue.

INFO: 7 / 8 libraries are correctly installed. INFO: please try to setup again and then re-run this script.

Hello, I have tried to resolve this problem by cloning the repo and install it with pip install . with python in /espnet/tools/venv. Somehow the installation worked but from espnet import transfom won’t work, I copeid from the cloned repo espnet/espnet to /espnet/tools/venv/bin/python3.7/site-packages/ and I made check_install.py worked and by copying the other folders to /espnet in docker from the cloned repo, I have sucessfully ran the recipe of common_voice.

0reactions
beidongjiedeguangcommented, Dec 14, 2019

Somehow the installation worked but from espnet import transfom won’t work, I copeid from the cloned repo espnet/espnet to /espnet/tools/venv/bin/python3.7/site-packages/ and I made check_install.py worked and by copying the other folders to /espnet in docker from the cloned repo, I have sucessfully ran the recipe of common_voice.

Copy /espnet/espnet to /espnet/tools/venv/lib/python3.7/site-packages/ worked for me! @sharockys Thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

FAQ — ESPnet 202209 documentation - GitHub Pages
How to build espnet on a cloud machine such as GCP, AWS, etc.? ModuleNotFoundError: No module named 'espnet', or etc. To detect the...
Read more >
espnet · PyPI
ESPnet : end-to-end speech processing toolkit · Key Features · Requirements · Installation · Execution of example scripts · Known issues · Docker...
Read more >
ESPnet - PyTorch - Model Zoo
End-to-End Speech Processing Toolkit espnet.github.io/espnet. ... If you have no warning, ready to run the recipe! If there are some problems in python ......
Read more >
ESPnet2 SLU - a Hugging Face Space by Siddhant
0 upgraded, 0 newly installed, 0 to remove and 131 not upgraded. ... status 'done' Collecting espnet==0.10.3 Downloading espnet-0.10.3-py3-none-any.whl (907 ...
Read more >
Speech Recognition and Understanding (Fall 2021)] ESPnet ...
Tutorial lecture of ESPnet toolkit in 11751/18781 - Speech Recognition and Understanding (Fall 2021) recorded on Sep 24.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found