alievk / avatarify-python

Avatars for Zoom, Skype and other video-conferencing apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in running the code

Goldokpa opened this issue · comments

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'

commented

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

Are you running it locally or running it through colab?

locally

conda install opencv

Are you running it locally or running it through colab?

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