Real-Time-Voice-Cloning
Real-Time-Voice-Cloning copied to clipboard
Missing "PyQt5.QtCore"
I tried to run the progrem and run into this error
Traceback (most recent call last):
File "demo_toolbox.py", line 5, in
i tried pip install this missing file but:
ERROR: Could not find a version that satisfies the requirement PyQt5.QtCore (from versions: none) ERROR: No matching distribution found for PyQt5.QtCore
I solved using this: 1) sudo apt install pyqt5-dev-tools pyqt5-dev
https://stackoverflow.com/questions/57512730/cannot-install-pyqt5-tools-could-not-find-a-version-that-satisfies-the-requir
pip install pyqt5-sip==12.9.0
let me know, I got the same issue but its just module problems
it worked, thank you😊