Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenSSL issue in Conda #623

Open
somuchtolearn007 opened this issue Nov 10, 2022 · 0 comments
Open

OpenSSL issue in Conda #623

somuchtolearn007 opened this issue Nov 10, 2022 · 0 comments

Comments

@somuchtolearn007
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant