Help me, please. When i run this code:
from mediapipe import solutions
Print:
Traceback (most recent call last): File "D:\PythonProject\hello.py", line 3, in <module> from mediapipe import solutions ImportError: cannot import name 'solutions' from 'mediapipe' (C:\Python_3.9\lib\site-packages\mediapipe\__init__.py)
But if i run
import mediapipe as mp
no mistakes
Why is this so? I've downloaded mediapipe with pip. I'm using Python 3.13.
Help me, please. When i run this code:
from mediapipe import solutionsPrint:
Traceback (most recent call last): File "D:\PythonProject\hello.py", line 3, in <module> from mediapipe import solutions ImportError: cannot import name 'solutions' from 'mediapipe' (C:\Python_3.9\lib\site-packages\mediapipe\__init__.py)But if i run
import mediapipe as mpno mistakes
Why is this so? I've downloaded mediapipe with pip. I'm using Python 3.13.