Closed turian closed 2 years ago
Hi, may you explicate how to reproduce this issue? May you share your system configs, OS, Python version, device type, etc.? Ican't reproduce this issue on my side. I did pip install espnet
and pip install pyworld; pip install espnet
in two different Python 3.6 virtual environments (Ubuntu 18.04 on WSL) and both worked fine.
I'm trying to
on espnet. If I pip3 install pyworld first, it's fine. If I don't, I get the following error from pyworld:
AttributeError: 'dict' object has no attribute '__NUMPY_SETUP__'
This related fix might help.