OpenSSL issue in Conda while preparing SimSwap #341

Open
opened 2022-11-10 11:38:41 +01:00 by somuchtolearn007 · 1 comment
somuchtolearn007 commented 2022-11-10 11:38:41 +01:00 (Migrated from github.com)

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

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 2022-12-07 20:36:35 +01:00 (Migrated from github.com)

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

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
Sign in to join this conversation.