在conda环境中安装库时如何解决找不到入口点的问题 [英] How to Fix Entry Point Not Found while installing libraries in conda environment

查看:370
本文介绍了在conda环境中安装库时如何解决找不到入口点的问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在通过在其中创建多个环境来开发anaconda.我已经创建了任何环境camelot,所以现在我想在此环境中安装在其他库中.因此,例如,我在此环境(camelot)中安装了熊猫, 我在写:

I'm working on anaconda by making multiple environments in it. I have made any environment camelot so now I want to install in different libraries in this environment. So for example I install pandas in this environment(camelot), I'm writing:

conda install pandas 

conda install -c conda-forge camelot-py

然后它给我错误:

python.exe-Entry Point Not Found
   The procedure entry point OPENSSL_sk_new_reserve could not be 
   located in the dynamic link library.
   C:\Users\abc\Anaconda3\Library\bin\libssl11_-x64.dll

首先,我认为由于环境变量,这可能是错误的,我设置了 pyhton的环境变量,但无法解析

First I thought it may be error because of environment-variable, I Set environment-variable for pyhton but it could not resolve

推荐答案

,如在此我可以通过将Anaconda/DLLS中的libssl-1_1-x64 dlls复制到Anaconda/Library/bin(可能是替换它)来解决此问题

as it is suggested in here I could solve this problem by copying libssl-1_1-x64 dlls in Anaconda/DLLS to Anaconda/Library/bin (probably replacing it)

这篇关于在conda环境中安装库时如何解决找不到入口点的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆