Reputation: 1
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
Reputation: 11
I had exactly the same problem, Just restarting the Kernel helped: Kernel -> Restart
Upvotes: 1