bootphon / phonemizer

Simple text to phones converter for multiple languages
https://bootphon.github.io/phonemizer/
GNU General Public License v3.0
1.18k stars 165 forks source link

pkg_resources.DistributionNotFound #77

Closed leona66 closed 2 years ago

leona66 commented 2 years ago

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "D:/linan/science/seq2seq-EVC-main/fine-tune/reader/extract.py", line 154, in extract_dir(path,kind) File "D:/linan/science/seq2seq-EVC-main/fine-tune/reader/extract.py", line 103, in extract_dir pool.map(extraction_function,abs_paths) File "D:\science_software\anconda\envs\pytorch_success\lib\multiprocessing\pool.py", line 266, in map return self._map_async(func, iterable, mapstar, chunksize).get() File "D:\science_software\anconda\envs\pytorch_success\lib\multiprocessing\pool.py", line 644, in get raise self._value pkg_resources.DistributionNotFound: The 'phonemizer' distribution was not found and is required by the application

My system is windows.the python is 3.6

I want to know how to solve it.