neuralchen / SimSwap

An arbitrary face-swapping framework on images and videos with one single trained model!
Other
4.45k stars 882 forks source link

OpenSSL issue in Conda while preparing SimSwap #341

Open somuchtolearn007 opened 1 year ago

somuchtolearn007 commented 1 year ago

Hi,

I am using Miniconda3 py39_4.12.0 (Python 3.9.12 64-bit) I installed SimSwap and when I try to run the third command

conda install pytorch==1.8.0 torchvision==0.9.0 torchaudio==0.8.0 cudatoolkit=10.2 -c pytorch

as mentioned here https://github.com/neuralchen/SimSwap/blob/main/docs/guidance/preparation.md I get this error

https://imgur.com/a/ZE14ODe

Now I installed OpenSSL from this link https://slproweb.com/products/Win32OpenSSL.html . Tried both the 5mb and 140mb versions of OpenSSL 3.07 and ran these commands in cmd after installing the same

set OPENSSL_CONF=C:\OpenSSL-Win64\bin\openssl.cfg set Path=%Path%;C:\OpenSSL-Win64\bin Got these commands from https://linuxhint.com/install-openssl-windows/

But I am still stuck on the same error https://imgur.com/a/ZE14ODe

How to fix this error?

Thanks

acceleratorlastorder commented 1 year ago

Hi.

Don't know if you fixed your problem but here's a thread on that subject https://stackoverflow.com/a/60551653

it fixed it for me