在 Anaconda Navigator 上找不到包.接下来做什么?

2022-01-10 00:00:00 python numpy scipy anaconda pulp

问题描述

我正在尝试在 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.

我在这里错过了什么?


解决方案

  1. 从环境中点击打开终端

  1. 在终端模式下执行 conda install (package-name).(下图显示了一个名为 Keras 的包的安装.)
  1. Execute conda install (package-name) in terminal mode. (The image below shows the installation of a package named Keras.)

相关文章