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

使用anaconda安装pytorch的时候报错

python.exe - Entry Point Not Found
The procedure entry point OPENSSL_sk_new_reserve could not be located in the dynamic link library XXXXXAnaconda3Libraryinlibssl-1_1-x64.dll

解决办法:
找到anaconda的安装目录,比如我的安装的是D盘

将该目录下的libssl-1_1-x64.dll

D:ProgramDataAnaconda3Libraryinlibssl-1_1-x64.dll

copy到如下目录:
D:ProgramDataAnaconda3DLLs

如果anaconda安装在C盘则将对应C的盘符进行修改

C:ProgramDataAnaconda3Libraryinlibssl-1_1-x64.dll

copy到如下目录:
C:ProgramDataAnaconda3DLLs

原文地址:https://www.cnblogs.com/duanzq/p/12453021.html