-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
I made a fresh clone and install from the TTS repo, and used a Python virtual environment to install the dependencies.
Then tried to execute tts.
To Reproduce
- Clone the repository
- Create a virtual environment
- Start the virtual environment
- Use pip install -e .[all,dev,notebooks]
- Run tts
Expected behavior
The TTS app to run with no errors.
Logs
(mypython) [privateserver@privateserver TTS]$ tts
Traceback (most recent call last):
File "/home/privateserver/TTS/mypython/bin/tts", line 33, in <module>
sys.exit(load_entry_point('TTS', 'console_scripts', 'tts')())
File "/home/privateserver/TTS/mypython/bin/tts", line 25, in importlib_load_entry_point
return next(matches).load()
File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 171, in load
module = import_module(match.group('module'))
File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 883, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/home/privateserver/TTS/TTS/bin/synthesize.py", line 12, in <module>
from TTS.utils.synthesizer import Synthesizer
File "/home/privateserver/TTS/TTS/utils/synthesizer.py", line 14, in <module>
from TTS.utils.audio import AudioProcessor
File "/home/privateserver/TTS/TTS/utils/audio.py", line 5, in <module>
import pyworld as pw
File "/home/privateserver/TTS/mypython/lib/python3.10/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 88 from PyObject
Environment
/home/privateserver/TTS/mypython/lib/python3.10/site-packages/torch/cuda/__init__.py:146: UserWarning:
NVIDIA GeForce RTX 3060 with CUDA capability sm_86 is not compatible with the current PyTorch installation.
The current PyTorch install supports CUDA capabilities sm_37 sm_50 sm_60 sm_70.
If you want to use the NVIDIA GeForce RTX 3060 GPU with PyTorch, please check the instructions at https://pytorch.org/get-started/locally/
warnings.warn(incompatible_device_warn.format(device_name, capability, " ".join(arch_list), device_name))
{
"CUDA": {
"GPU": [
"NVIDIA GeForce RTX 3060"
],
"available": true,
"version": "10.2"
},
"Packages": {
"PyTorch_debug": false,
"PyTorch_version": "1.12.0+cu102",
"TTS": "0.7.1",
"numpy": "1.21.6"
},
"System": {
"OS": "Linux",
"architecture": [
"64bit",
"ELF"
],
"processor": "",
"python": "3.10.5",
"version": "#1 SMP PREEMPT_DYNAMIC Sat, 25 Jun 2022 20:22:01 +0000"
}
}
Additional context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working