FYI: this is NOT a duplicate!
Before running my python code I installed biopython in the cmd prompt:
pip install biopython
I then
I tried pip3 install biopython but it didn't work for me.
pip3 install biopython
But this works! - !pip install biopython
!pip install biopython