We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Got Problem RVC v2 not working
The text was updated successfully, but these errors were encountered:
CalledProcessError Traceback (most recent call last) in <cell line: 0>() 19 for package in pip_packages: 20 print(f"Installing {package}...") ---> 21 subprocess.check_call(['pip', 'install', '--upgrade', package]) 22 23 # matplotlib version force to fix tensorboard error
/usr/lib/python3.11/subprocess.py in check_call(*popenargs, **kwargs) 411 if cmd is None: 412 cmd = popenargs[0] --> 413 raise CalledProcessError(retcode, cmd) 414 return 0 415
CalledProcessError: Command '['pip', 'install', '--upgrade', 'faiss-gpu']' returned non-zero exit status 1.
Sorry, something went wrong.
How come it's been an error for "CalledProcessError" so long? What's happening this sites not working.
Same
No branches or pull requests
Got Problem RVC v2 not working
The text was updated successfully, but these errors were encountered: