Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I install biopython in anaconda?

I get SyntaxError: invalid syntax

while trying to install biopython using the following command.

conda install -c anaconda biopython

Could you please help me install biopython in anaconda (3) ?

like image 630
Jaswant S Avatar asked Mar 27 '26 17:03

Jaswant S


2 Answers

Package maintainers recommend using (in the terminal):

conda install -c conda-forge biopython

We deliberately recommend using Biopython from the conda-forge channel, as this is usually up to date and covers Windows, Mac OS X and Linux. The default Conda channel does have Biopython, but is often out of date. https://biopython.org/wiki/Packages

like image 158
Dmitri Avatar answered Mar 30 '26 10:03

Dmitri


Open the terminal and export your path to anaconda:

export PATH=~/anaconda3/bin:$PATH

Then type:

conda install -c anaconda biopython
like image 23
abhilash dasari Avatar answered Mar 30 '26 12:03

abhilash dasari



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!