Cannot install
Closed this issue · 2 comments
LangInteger commented
Hi, I cannot install chehro successfully. Could anyone help me solve the problem? Many thx !
chehro % pip3 install -e .
DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see discussion at https://github.com/Homebrew/homebrew-core/issues/76621
Obtaining file:///xxxx/chehro
Preparing metadata (setup.py) ... done
Requirement already satisfied: opencv-python in /opt/homebrew/lib/python3.9/site-packages (from chehro==0.0.4) (4.7.0.68)
ERROR: Could not find a version that satisfies the requirement mediapipe (from chehro) (from versions: none)
ERROR: No matching distribution found for mediapipe
WARNING: There was an error checking the latest version of pip.
LangInteger commented
The problem is related to Apple M1, I will close the issue
LangInteger commented
From following links:
we may use install_requires=['opencv-python', 'mediapipe-silicon'],
in setup.py