alievk / avatarify-python

Avatars for Zoom, Skype and other video-conferencing apps.
Other
16.23k stars 3.99k forks source link

opencv-python==3.4.5.20 could not found on Mac client require #390

Open GoToBoy opened 3 years ago

GoToBoy commented 3 years ago

Describe the bug

env:

bash: run pip install -r requirements_client.txt

error: ERROR: Could not find a version that satisfies the requirement opencv-python==3.4.5.20 ERROR: No matching distribution found for opencv-python==3.4.5.20

To Reproduce

Info (please complete the following information):

mateushcp commented 2 years ago

Same problem here, any updates ?

eugenioclrc commented 2 years ago

same here!

superwhyun commented 1 year ago

Would you try without version of opencv as follows; 'pip install opencv-python'

if it fails, 'conda install python'.

aleksandr-shevchenko-0 commented 1 year ago

same problem

YtachY commented 4 days ago

Describe the bug

env:

  • pip 21.0.1 from /usr/local/lib/python3.9/site-packages/pip (python 3.9)
  • Mac bigSur 11.2.2

bash: run pip install -r requirements_client.txt

error: ERROR: Could not find a version that satisfies the requirement opencv-python==3.4.5.20 ERROR: No matching distribution found for opencv-python==3.4.5.20

To Reproduce

Info (please complete the following information):

  • OS (e.g., Linux): Mac BigSur 11.2.2

  • GPU model: Radeon Pro 560X 4 GB

  • Any other relevant information:

Screenshots

Logs

This usually because of conflict python version & dependencies version. You should change those version to match correctly.

E.g: You install miniconda of python3.8 and install opencv-python==3.4.5.20 > failed. Because opencv-python==3.4.5.20 available highest python version is 3.7. Repo link