Browse Source

Remove: MediaPipe

It fails installation.
Installation_fix
tin2tin 1 year ago committed by GitHub
parent
commit
c5a0870fdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      __init__.py

2
__init__.py

@ -655,7 +655,7 @@ def install_modules(self):
import_module(self, "scipy", "scipy")
import_module(self, "IPython", "IPython")
import_module(self, "xformers", "xformers")
subprocess.check_call([pybin, "-m", "pip", "install", "mediapipe", "--upgrade"])
#subprocess.check_call([pybin, "-m", "pip", "install", "mediapipe", "--upgrade"])
# try:
# import_module(self, "mediapipe", "git+https://github.com/google/mediapipe.git")
# except ImportError:

Loading…
Cancel
Save