huggingface / controlnet_aux

Apache License 2.0
400 stars 86 forks source link

Installing from pipy and can't find mediapipe #44

Closed dkackman closed 1 year ago

dkackman commented 1 year ago

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.

Ambrosiussen commented 1 year ago

Odd... Certainly exists! https://pypi.org/project/mediapipe/

dkackman commented 1 year ago

Odd... Certainly exists! https://pypi.org/project/mediapipe/

aha

https://github.com/google/mediapipe/issues/4424

dkackman commented 1 year ago

documented issue in media pipe - closing