Docker issue
See original GitHub issueHi,
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:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, the problem is with the update of the docker containers. I will fix them and upload them to fix this issue.
Thank for the details.
sox
installed using conda.