"Eine DLL -Initialisierungsroutine für dynamische Linkbibliothek (DLL) ist fehlgeschlagen"

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: "Eine DLL -Initialisierungsroutine für dynamische Linkbibliothek (DLL) ist fehlgeschlagen"

by Anonymous » 11 May 2025, 21:31

Ich versuche, MediaPipe auf Pycharm zum Laufen zu bringen. Ich erhalte jedoch den folgenden Fehler: < /p>

Code: Select all

in 
import mediapipe as mp
in 
from mediapipe.python import *,
from mediapipe.python._framework_bindings import model_ckpt_util
ImportError: DLL load failed while importing _framework_bindings: A dynamic link library (DLL) initialization routine failed.
Ich habe versucht, die Lösungen auszuführen, die in https://github.com/google-ai-ediapipe/i ... -817253475
gelöst werden können.

Top