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.

Hi,

I tried to get the Docker running locally following the instructions here https://espnet.github.io/espnet/docker.html but I get the following error:

Traceback (most recent call last):
  File "/miniconda/envs/espnet/lib/python3.7/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/miniconda/envs/espnet/lib/python3.7/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/espnet/espnet2/bin/asr_train.py", line 2, in <module>
    from espnet2.tasks.asr import ASRTask
  File "/espnet/espnet2/tasks/asr.py", line 51, in <module>
    from espnet2.tasks.abs_task import AbsTask
  File "/espnet/espnet2/tasks/abs_task.py", line 30, in <module>
    import wandb
ModuleNotFoundError: No module named 'wandb'

The steps to reproduce this issue is by running this from the espnet/docker folder

./run.sh  --is-egs2 --docker-egs librispeech/asr1 --docker-folders /Datasets/LibriSpeech --ngpu 4

and the last commit on the local repo is e60d1786879839234cf3db8aad1f71af6f93333d

Is this a known issue? Could you help solving the issue?

Thanks for your help.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Fhrozencommented, Jul 26, 2021

Yes, the problem is with the update of the docker containers. I will fix them and upload them to fix this issue.

0reactions
Fhrozencommented, Jul 30, 2021

Thank for the details.

  1. 534G?? No, It is extremely large. Something when too wrong. Try to check for the additional containers. In total it should not have any bigger than 15G.
  2. You may need to install libffi-dev, or check that you are using sox installed using conda.
Read more comments on GitHub >

github_iconTop Results From Across the Web

Issues · docker/for-linux - GitHub
Issues list ; Docker ignores HTTP Proxy settings completly. #1444 opened in 8 hours ; Running container fails with failed to add the...
Read more >
Overview | Docker Documentation
This page contains information on: How to diagnose and troubleshoot Docker Desktop issues; Check the logs; Find workarounds for common problems ...
Read more >
Docker down? Current problems and outages - Downdetector
Docker outages reported in the last 24 hours. This chart shows a view of problem reports submitted in the past 24 hours compared...
Read more >
How to Debug and Fix Common Docker Issues - DigitalOcean
Unfortunately, problems may arise when building your image and integrating all of the layers that your app needs, especially if you're new to ......
Read more >
Troubleshooting Docker - Sitecore Documentation
General troubleshooting steps · Restart Docker Desktop: Restarting the Docker Desktop often resolves an issue. · Clean mapped volume data: ...
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