arsfutura / face-recognition

A framework for creating and using a Face Recognition system.
BSD 3-Clause "New" or "Revised" License
146 stars 49 forks source link

unable to install torch==1.2.0 and torchvision==0.4.0 on anaconda with pip install and python version =3.6 x64 bit #16

Closed vinayak-parab closed 4 years ago

vinayak-parab commented 4 years ago

Can you please share how you installed torch and torchvision?

ldulcic commented 4 years ago

Hi @vinayak-parab! Simple pip install -r requirements.txt still works for me. Could you please share error that you get?

vinayak-parab commented 4 years ago

Installed using the command below command: pip install torch==1.2.0+cpu torchvision==0.4.0+cpu -f https://download.pytorch.org/whl/torch_stable.html.

Worked for me on Anaconda Virtual env with Python version==3.6