Can't find package on Anaconda Navigator. What to do next?

dimrizo picture dimrizo · Sep 2, 2016 · Viewed 31.8k times · Source

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.

enter image description here

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.

What am I missing here?

Answer

Lin Eliza picture Lin Eliza · Sep 17, 2017
  1. Click Open terminal from environment

open

  1. Execute conda install (package-name) in terminal mode. (The image below shows the installation of a package named Keras.)

execute