On windows,m installing package from pipy. Installs fine but at runtime it fails with
Exception has occurred: ImportError
The module 'mediapipe' is not installed. Please install it using the command: pip install 'mediapipe'
ModuleNotFoundError: No module named 'mediapipe'
pip install mediapipe does not find a package to install.
ERROR: Could not find a version that satisfies the requirement mediapipe (from versions: none)
ERROR: No matching distribution found for mediapipe
Not sure if this a windows thing or not. I am not using the mediapipe annotator.
On windows,m installing package from pipy. Installs fine but at runtime it fails with
pip install mediapipe
does not find a package to install.Not sure if this a windows thing or not. I am not using the mediapipe annotator.