在 Anaconda Navigator 上找不到包.接下来做什么?
问题描述
我正在尝试在 Anaconda Navigator 的环境选项卡中安装pulp"模块.但是当我在所有"包中搜索时,我找不到它.它也发生在其他软件包中.
I am trying to install "pulp" module in Anaconda Navigator's Environment tabs. But when I search in "All" packages I can't find it. It happened with other packages too.
有什么方法可以将我的包安装到所需的环境中?
Is there any way to install my package to the desired environment?
我尝试通过在环境中打开终端来安装它,但我发现之后它不会显示在列表中.
I tried to install it by opening a terminal in the environment, but I see that afterwards it won't show up in the list.
我在这里错过了什么?
解决方案
- 从环境中点击
打开终端
- 在终端模式下执行
conda install (package-name)
.(下图显示了一个名为Keras
的包的安装.)
- Execute
conda install (package-name)
in terminal mode. (The image below shows the installation of a package namedKeras
.)
相关文章