OpenSSL issue in Conda while preparing SimSwap #341
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
But I am still stuck on the same error
https://imgur.com/a/ZE14ODe
How to fix this error?
Thanks
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