Repair Install of 64 bit python

o1bigtenor o1bigtenor at gmail.com
Thu Apr 15 21:36:56 EDT 2021


On Thu, Apr 15, 2021 at 8:03 PM Dodson, Matthew
<Matthew.Dodson at giants.nfl.net> wrote:
>
> Hi,
>
> Having an issue after installing 64 bit python. Can't pip install any packages. Get the error "No module named pip".
>

No expert here but to me that reads like you need to install 'pip'.

On linux I need to make sure its pip3 - - - for python 3.
Then after that's done you sounds be able to go $ pip3 install xxxxx .

HTH


More information about the Python-list mailing list