I apply conda create -n Fastspeech python=3.8 and pip install -r requirements.txt and run python3 preprocess.py config/LJSpeech/preprocess.yaml and got this error
Traceback (most recent call last):
File "preprocess.py", line 5, in <module>
from preprocessor.preprocessor import Preprocessor
File "~/FastSpeech2/preprocessor/preprocessor.py", line 8, in <module>
import pyworld as pw
File "/home/wjh/anaconda3/envs/Fastspeech/lib/python3.8/site-packages/pyworld/__init__.py", line 7, in <module>
from .pyworld import *
File "pyworld/pyworld.pyx", line 1, in init pyworld.pyworld
ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 96 from C header, got 80 from PyObject
I apply
conda create -n Fastspeech python=3.8
andpip install -r requirements.txt
and runpython3 preprocess.py config/LJSpeech/preprocess.yaml
and got this errormy env list is