FYI: this is NOT a duplicate!
Before running my python code I installed biopython in the cmd prompt:
pip install biopython
I then
use this:
pip3 install biopython
and then import Bio worked for me
import Bio