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.
What am I missing here?
Go to Environments tab just below the Home tab and from there we can check what all packages are installed and what is not. It is very easy to install any package through anaconda navigator, simply search the required package, select package and click on apply to install it.
in terminal, type : conda list to obtain the packages installed using conda. There may be some overlap of these lists as pip may recognize packages installed by conda (but maybe not the other way around, IDK).
If you are not in the correct environment, type conda activate env_name (where env_name is the name of the environment you want to activate). If the package you want to run is listed when you type conda list , then you can run it directly. Try by just typing the package name. If not, try python -m package_name .
Click Open Terminal from environment.
Execute conda install (package-name)
in terminal mode. (The image below shows the installation of a package named Keras
.)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With