用户登录
用户注册

分享至

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

  • 作者: simon笑哈哈
  • 来源: 51数据库
  • 2022-11-14

问题描述

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

软件
前端设计
程序设计
Java相关