Skip to content
New issue

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

python gradio_app.py WARNING: Failed to find MSVC #82

Open
labpar000-debug opened this issue Jan 15, 2025 · 0 comments
Open

python gradio_app.py WARNING: Failed to find MSVC #82

labpar000-debug opened this issue Jan 15, 2025 · 0 comments

Comments

@labpar000-debug
Copy link

how to fix this error?

E:\lab\LatentSync>python gradio_app.py
WARNING: Failed to find MSVC.
A matching Triton is not available, some optimizations will not be enabled
Traceback (most recent call last):
File "E:\roop-unleashed-main\roop-unleashed-main\installer\installer_files\env\lib\site-packages\xformers_init_.py", line 55, in is_triton_available
from xformers.triton.softmax import softmax as triton_softmax # noqa
File "E:\roop-unleashed-main\roop-unleashed-main\installer\installer_files\env\lib\site-packages\xformers\triton\softmax.py", line 11, in
import triton
File "E:\roop-unleashed-main\roop-unleashed-main\installer\installer_files\env\lib\site-packages\triton_init
.py", line 20, in
from .runtime import (
File "E:\roop-unleashed-main\roop-unleashed-main\installer\installer_files\env\lib\site-packages\triton\runtime_init_.py", line 1, in
from .autotuner import (Autotuner, Config, Heuristics, autotune, heuristics)
File "E:\roop-unleashed-main\roop-unleashed-main\installer\installer_files\env\lib\site-packages\triton\runtime\autotuner.py", line 9, in
from ..testing import do_bench, do_bench_cudagraph
File "E:\roop-unleashed-main\roop-unleashed-main\installer\installer_files\env\lib\site-packages\triton\testing.py", line 7, in
from . import language as tl
File "E:\roop-unleashed-main\roop-unleashed-main\installer\installer_files\env\lib\site-packages\triton\language_init_.py", line 4, in
from . import math
File "E:\roop-unleashed-main\roop-unleashed-main\installer\installer_files\env\lib\site-packages\triton\language\math.py", line 1, in
from . import core
File "E:\roop-unleashed-main\roop-unleashed-main\installer\installer_files\env\lib\site-packages\triton\language\core.py", line 10, in
from ..runtime.jit import jit
File "E:\roop-unleashed-main\roop-unleashed-main\installer\installer_files\env\lib\site-packages\triton\runtime\jit.py", line 12, in
from ..runtime.driver import driver
File "E:\roop-unleashed-main\roop-unleashed-main\installer\installer_files\env\lib\site-packages\triton\runtime\driver.py", line 1, in
from ..backends import backends
File "E:\roop-unleashed-main\roop-unleashed-main\installer\installer_files\env\lib\site-packages\triton\backends_init_.py", line 50, in
backends = discover_backends()
File "E:\roop-unleashed-main\roop-unleashed-main\installer\installer_files\env\lib\site-packages\triton\backends_init
.py", line 43, in _discover_backends
compiler = load_module(name, os.path.join(root, name, 'compiler.py'))
File "E:\roop-unleashed-main\roop-unleashed-main\installer\installer_files\env\lib\site-packages\triton\backends_init
.py", line 12, in _load_module
spec.loader.exec_module(module)
File "E:\roop-unleashed-main\roop-unleashed-main\installer\installer_files\env\lib\site-packages\triton\backends\amd\compiler.py", line 2, in
from triton._C.libtriton import ir, passes, llvm, amd
ImportError: DLL load failed while importing libtriton: A dynamic link library (DLL) initialization routine failed.
INFO: Could not find files for the given pattern(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant