polimi-ispl / icpr2020dfdc

Video Face Manipulation Detection Through Ensemble of CNNs
GNU General Public License v3.0
258 stars 100 forks source link

EnvironmentNameNotFound: Could not find conda environment: icpr2020 #75

Closed y2jcodebreaker closed 9 months ago

y2jcodebreaker commented 9 months ago

I got this error while activating the icpr2020 environment. Following is the attached screenshot of the problem. icpr2020

CrohnEngineer commented 9 months ago

Hey @y2jcodebreaker ,

Thanks for checking out our repo!
Before activating the icpr2020 environment, you must create it using the environment.yml file.
All the instructions are listed in the README.md file, but in short, you have to run:

$ conda env create -f environment.yml
$ conda activate icpr2020

Have fun!

y2jcodebreaker commented 9 months ago

I ran the code and created the environment yet I am still facing the same issue.

CrohnEngineer commented 9 months ago

From the pic you posted, i.e., the result of the conda info --envs command, you have only the base environment installed.
So either the installation wasn't successful, or you did not install the environment at all, or, if you have multiple conda installation, you have installed the icpr2020 environment in another conda setup.
Please try installing the environment again using the yaml file, thanks!