9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: kokamoto@hera.eonet.ne.jp
To: 9fans@9fans.net
Subject: python2.7.6 and pip
Date: Thu, 18 Jun 2020 18:06:51 +0900	[thread overview]
Message-ID: <4BDD7E19810FF01142A082326C490278@hera.eonet.ne.jp> (raw)

I installed binary distribution of python2.6.7(I'm trying to compile
it on my machine, but not success yet), and tried to install pip
by the command of
% python get-pip.py

I got failed, and got the error messages as:

Traceback (most recent call last):
  File "./get-pip.py:23484", in <module>
    main()
  File "./get-pip.py:198", in main
    bootstrap(tmpdir=tmpdir)
  File "./get-pip.py:83", in bootstrap
    from pip._internal.commands.install import InstallCommand
  File "/tmp/tmplQrajV/pip.zip/pip/_internal/commands/install.py:24", in <module>
  File "/tmp/tmplQrajV/pip.zip/pip/_internal/cli/req_command.py:16", in <module>
  File "/tmp/tmplQrajV/pip.zip/pip/_internal/index/package_finder.py:21", in <module>
  File "/tmp/tmplQrajV/pip.zip/pip/_internal/index/collector.py:14", in <module>
  File "/tmp/tmplQrajV/pip.zip/pip/_vendor/requests/__init__.py:43", in <module>
  File "/tmp/tmplQrajV/pip.zip/pip/_vendor/urllib3/__init__.py:7", in <module>
  File "/tmp/tmplQrajV/pip.zip/pip/_vendor/urllib3/connectionpool.py:29", in <module>
  File "/tmp/tmplQrajV/pip.zip/pip/_vendor/urllib3/connection.py:68", in <module>
  File "/tmp/tmplQrajV/pip.zip/pip/_vendor/urllib3/connection.py:96", in HTTPConnection
AttributeError: 'module' object has no attribute 'TCP_NODELAY'

Anyone got success above?

Kenji


             reply	other threads:[~2020-06-18  9:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-18  9:06 kokamoto [this message]
2020-06-19  2:19 ` [9fans] " Jeff Sickel
2020-06-19  2:32   ` jas
2020-06-19  6:45     ` kokamoto
2020-06-19  7:17       ` Jens Staal
2020-06-29 23:05 ` kokamoto

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=4BDD7E19810FF01142A082326C490278@hera.eonet.ne.jp \
    --to=kokamoto@hera.eonet.ne.jp \
    --cc=9fans@9fans.net \
    /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 NNTP newsgroup(s).