'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
Solution 1:[1]
I had exactly the same problem, Just restarting the Kernel helped: Kernel -> Restart
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Kenzhebek Taniev |
