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'
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
https://stackoverflow.com/questions/19876079/cannot-find-module-cv2-when-using-opencv
you can install cv here. read thoroughly
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