Question: python 3.8 'No module named pip'
0
amandanm • 0 wrote:
I'm trying to install biopython on my Mac (python 3.8) using pip but get the error message 'No module named pip'
How do I use pip? Do I need to install it?
ADD COMMENT
• link
•
modified 7 months ago
by
a.zielezinski ♦ 9.6k
•
written
7 months ago by
amandanm • 0
Try using
pip3
instead ofpip
.