yazeed44 / arcface-pytorch

My implementation for arcface in pytorch
0 stars 0 forks source link

conda create --name arcface_pytorch --file requirements.txt #1

Open oyylong929 opened 3 years ago

oyylong929 commented 3 years ago

PackagesNotFoundError: The following packages are not available from current channels:

Current channels:

To search for alternate channels that may provide the conda package you're looking for, navigate to

https://anaconda.org

and use the search bar at the top of the page. How can i solve it?

yazeed44 commented 3 years ago

Pull, and run this

conda create --name arcface_pytorch --file environment.yml

Let me know how it goes