alievk / avatarify-python

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

Error in running the code #582

Open Goldokpa opened 1 year ago

Goldokpa commented 1 year ago

I kept receiving this error message when I paste the command to run the client on my system terminal EnvironmentNameNotFound: Could not find conda environment: avatarify You can list all discoverable environments with conda info --envs.

Traceback (most recent call last): File "C:\Users\warep\avatarify-python\afy\cam_fomm.py", line 9, in import cv2 ModuleNotFoundError: No module named 'cv2'

JohanAR commented 1 year ago

Based on the info you included in your issue report it sounds like you haven't followed all the steps of the installation instructions.

abladefelix commented 1 year ago

Are you running it locally or running it through colab?

skywalker4567 commented 1 year ago

locally

seegunz commented 1 year ago

https://stackoverflow.com/questions/19876079/cannot-find-module-cv2-when-using-opencv

you can install cv here. read thoroughly

MICKYGEM commented 1 year ago

conda install opencv

Bigjae114 commented 5 months ago

Are you running it locally or running it through colab?

I am running it through colab and i keep getting same error