I'm trying to ``` python setup.py build ``` on [espnet](https://github.com/espnet/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](https://github.com/SciTools/cf-units/pull/153) might help.
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.