Hello, I want to use biopython library. Probably trivial question that I am not familiar with the process. When I run: `!pip install biopython ` I get the following message: ``` Collecting biopython Using cached https://files.pythonhosted.org/packages/3d/2f/d9df24de05d651c5e686ee8fea3afe3985c03ef9ca02f4cc1e7ea10aa31e/biopython-1.77.tar.gz Complete output from command python setup.py egg_info: Biopython requires Python 3.6 or later. Python 3.5 detected. ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-f7lipnn_/biopython/ ``` I tried to upgrade the python with !conda update --yes python when i type `!python --version` I get: `Python 3.5.6 :: Anaconda, Inc.` how do I update the python version in the environment? Thanks, eilalan
Hello,
I want to use biopython library. Probably trivial question that I am not familiar with the process.
When I run:
!pip install biopythonI get the following message:
I tried to upgrade the python with
!conda update --yes python
when i type
!python --versionI get:
Python 3.5.6 :: Anaconda, Inc.how do I update the python version in the environment?
Thanks,
eilalan