Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on running initialize.py #149

Open
shehrum opened this issue Dec 18, 2020 · 0 comments
Open

Error on running initialize.py #149

shehrum opened this issue Dec 18, 2020 · 0 comments

Comments

@shehrum
Copy link

shehrum commented Dec 18, 2020

After following the instructions on the VC example, when I run the command below, I get an error.

python initialize.py -1 SF1 TF1 16000

Error Logs


Traceback (most recent call last):
  File "initialize.py", line 26, in <module>
    from src import initialize_speaker  # isort:skip # pylint: disable=C0413
  File "/home/ubuntu/sprocket/example/src/initialize_speaker.py", line 17, in <module>
    from sprocket.speech import FeatureExtractor
  File "/home/ubuntu/anaconda3/envs/espnet/lib/python3.7/site-packages/sprocket/speech/__init__.py", line 3, in <module>
    from .shifter import Shifter
  File "/home/ubuntu/anaconda3/envs/espnet/lib/python3.7/site-packages/sprocket/speech/shifter.py", line 7, in <module>
    from .wsola import WSOLA
  File "/home/ubuntu/anaconda3/envs/espnet/lib/python3.7/site-packages/sprocket/speech/wsola.py", line 6, in <module>
    from skimage.util import view_as_windows
  File "/home/ubuntu/anaconda3/envs/espnet/lib/python3.7/site-packages/skimage/__init__.py", line 135, in <module>
    from .data import data_dir
  File "/home/ubuntu/anaconda3/envs/espnet/lib/python3.7/site-packages/skimage/data/__init__.py", line 156, in <module>
    image_fetcher, data_dir = create_image_fetcher()
  File "/home/ubuntu/anaconda3/envs/espnet/lib/python3.7/site-packages/skimage/data/__init__.py", line 149, in create_image_fetcher
    retry_if_failed=3,
TypeError: create() got an unexpected keyword argument 'retry_if_failed'

System information

PyTorch version: 1.4.0
Is debug build: No
CUDA used to build PyTorch: 10.0

OS: Ubuntu 18.04.5 LTS
GCC version: (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
CMake version: version 3.18.2

Python version: 3.7
Is CUDA available: Yes
CUDA runtime version: 10.0.130
GPU models and configuration: GPU 0: Tesla K80
Nvidia driver version: 450.80.02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant