public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Marco Atzeri <marco.atzeri@gmail.com>
To: cygwin@cygwin.com
Subject: Re: Problems with python3 pip
Date: Mon, 28 Mar 2022 19:09:57 +0200	[thread overview]
Message-ID: <e7f64d4d-c91f-8bfc-1e5e-85727c1e55fe@gmail.com> (raw)
In-Reply-To: <160224bb-9e4f-9b7a-b930-ec6440822413@acm.org>

On 28.03.2022 15:36, Chad Dougherty wrote:
> It seems to me like the ensurepip module has some problems.  Shouldn't 
> the following be working?
> 
> $ cygcheck -c -d|grep python3
> python3                  3.9.10-1
> python3-devel            3.9.10-1
> python39                 3.9.10-1
> python39-devel           3.9.10-1
> python39-pip             21.3.1-3
> python39-setuptools      59.5.0-1
> $ type python3.9
> python3.9 is hashed (/usr/bin/python3.9)
> $ type pip3.9
> pip3.9 is hashed (/usr/bin/pip3.9)
> $ pip3.9 --version
> pip 21.3.1 from /usr/lib/python3.9/site-packages/pip (python 3.9)
> $ pip3.9 list
> Package    Version
> ---------- -------
> pip        21.3.1
> setuptools 59.5.0
> WARNING: You are using pip version 21.3.1; however, version 22.0.4 is 
> available.
> You should consider upgrading via the '/usr/bin/python3.9.exe -m pip 
> install --upgrade pip' command.
> 
> $ python3.9 -m ensurepip
> Traceback (most recent call last):

I have

$ python3 -m ensurepip
Looking in links: /tmp/tmpz60eg7ec
Requirement already satisfied: setuptools in 
/usr/lib/python3.9/site-packages (59.5.0)
Requirement already satisfied: pip in /usr/lib/python3.9/site-packages 
(21.3.1)


  reply	other threads:[~2022-03-28 17:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-28 13:36 Chad Dougherty
2022-03-28 17:09 ` Marco Atzeri [this message]
2022-04-03 16:57 ` Chad Dougherty

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e7f64d4d-c91f-8bfc-1e5e-85727c1e55fe@gmail.com \
    --to=marco.atzeri@gmail.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).