hrbustlsh
hrbustlsh

Reputation: 1

jupyter notebook ModuleNotFoundError No module named 'mediapipe.python._framework_bindings

when i use jupyter notebook import mediapipe .I meet a problem ,it is No module named 'mediapipe.python._framework_bindings',but import other model is ok .And use pycharm import mediapipe also ok .

my pip list has mediapipe ,but import mediapipe still has No module named 'mediapipe.python._framework_bindings

Upvotes: 0

Views: 3115

Answers (1)

Kenzhebek Taniev
Kenzhebek Taniev

Reputation: 11

I had exactly the same problem, Just restarting the Kernel helped: Kernel -> Restart

Upvotes: 1

Related Questions