JeremyCCHsu / Python-Wrapper-for-World-Vocoder

A Python wrapper for the high-quality vocoder "World"
MIT License
724 stars 122 forks source link

AttributeError: 'dict' object has no attribute '__NUMPY_SETUP__' #63

Closed turian closed 2 years ago

turian commented 3 years ago

I'm trying to

python setup.py build

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.

JeremyCCHsu commented 3 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.