我正在通过在其中创建多个环境来开发anaconda。我已经建立了任何环境,camelot所以现在我想在此环境中安装在其他库中。因此,例如,我在这种环境(camelot)中安装了熊猫,我正在写:
conda install pandas
Run Code Online (Sandbox Code Playgroud)
要么
conda install -c conda-forge camelot-py
Run Code Online (Sandbox Code Playgroud)
然后给我错误:
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
Run Code Online (Sandbox Code Playgroud)
首先,我认为这可能是由于环境变量引起的错误,我为pyhton设置了环境变量,但无法解决
安装Anaconda并Mamba安装后,我现在遇到了libmamba-solverAnaconda 博客上官方推荐的 Anaconda 作为 conda 的标准求解器。
在我完全按照说明进行操作后
https://www.anaconda.com/blog/a-faster-conda-for-a-growing-community
Run Code Online (Sandbox Code Playgroud)
我收到conda update (something)
表格的前几个警告
warning libmamba Could not parse state file:
Run Code Online (Sandbox Code Playgroud)
这些警告甚至在使用时出现
mamba update (something)
这是完整的输出:
Retrieving notices: ...working... done
warning libmamba Could not parse state file: Could not load cache state: [json.exception.type_error.302] type must be l
warning libmamba Could not remove state file "C:\\Users\\Mathias\\anaconda3\\pkgs\\cache\\59ba4880.state.json": Der Pr.
warning libmamba Could not parse state file: Could not load cache state: [json.exception.type_error.302] type must be l
warning …Run Code Online (Sandbox Code Playgroud)