The procedure entry point OPENSSL_sk_new_reserve could not be located in the dynamic link library

When using anaconda installation pytorch of error

python.exe - Entry Point Not Found
The procedure entry point OPENSSL_sk_new_reserve could not be located in the dynamic link library XXXXX\Anaconda3\Library\bin\libssl-1_1-x64.dll

 

The solution:
find the anaconda installation directory, for example, I installed the D drive

libssl-1_1-x64.dll in the directory

D:\ProgramData\Anaconda3\Library\bin\libssl-1_1-x64.dll

copy to the following directory:
D: \ ProgramData \ Anaconda3 \ DLLs

 

If the anaconda installation drive the C drive will be modified corresponding to C

C:\ProgramData\Anaconda3\Library\bin\libssl-1_1-x64.dll

copy to the following directory:
C: \ ProgramData \ Anaconda3 \ DLLs

Guess you like

Origin www.cnblogs.com/duanzq/p/12453021.html