Installing package not found in conda Installing package not found in conda python python

Installing package not found in conda


You can install pip in your conda env and then run pip install python-twitter.

It should work.


Ubuntu:/$ which pip/home/superadmin/anaconda2/bin/pipUbuntu:/$ /home/superadmin/anaconda2/bin/pip install apache-beam

It worked...


If you prefer conda packages over pip where possible, check other channels first with:

conda install [--channel | -c] conda-forge

Search multiple channels:

conda search -c bioconda -c conda-forge

Add a channel to the default search (see docs for managing precedence order):

conda config --add channels conda-forge

Some of the popular channels are listed in Explanation of different conda channels