Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #89408
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!bcyclone02.am1.xlned.com!bcyclone02.am1.xlned.com!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <pengyu.ut@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.010 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'debug': 0.07; 'ignored': 0.07; 'satisfy': 0.09; 'subject:How': 0.10; '(use': 0.16; 'storing': 0.16; 'subject:install': 0.16; 'fix': 0.17; 'thanks.': 0.20; 'to:name:python-list@python.org': 0.22; 'install': 0.23; 'error': 0.23; '(see': 0.26; 'least': 0.26; 'message- id:@mail.gmail.com': 0.30; 'skip:d 20': 0.34; 'could': 0.34; 'subject:with': 0.35; 'anybody': 0.35; 'requirement': 0.35; 'received:google.com': 0.35; 'subject:?': 0.36; 'hi,': 0.36; 'wrong': 0.37; 'to:addr:python-list': 0.38; 'files': 0.38; 'skip:- 10': 0.38; 'does': 0.39; 'hosted': 0.39; 'to:addr:python.org': 0.39; 'how': 0.40 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=lvI2MSz1XcQC4cv1RAgYuJaOSWYFM3rySNj3stjF+0s=; b=u31iUq66Pe2Qh+hCg8UcYvP5fdhxiY0NUvilZ34Atz2iIT7lfvFYcAo9nYbj/n7z2A 6AnH1ie6WYOSEJlyD3MqXhU72Eg8AEzY2b7bXyygLYr/Rdld2LxYHMBt388KhJnF7IBX iha7kgqeS/FeW0sS3U4ES2rx6khfCUHZaG0cicSEl7wnYACcd5PGllvft2jbtwkpFf86 lX7hYjK19wIyxTwXioyDzZsXNsk3SeRoAcrY7LAGEkxEy0kFkToThwK/RvEuJhKA6iic kXAM2Agp00Lseo9fUxd+sDU+DILweQ9hBhGRFWveIcB4g/SFGy9yscfWnBroVqtyKEdp CGkw== |
| MIME-Version | 1.0 |
| X-Received | by 10.50.143.106 with SMTP id sd10mr5537610igb.17.1430009429734; Sat, 25 Apr 2015 17:50:29 -0700 (PDT) |
| Date | Sat, 25 Apr 2015 19:50:29 -0500 |
| Subject | How to install dtrx with pip? |
| From | Peng Yu <pengyu.ut@gmail.com> |
| To | "python-list@python.org" <python-list@python.org> |
| Content-Type | text/plain; charset=UTF-8 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.22.1430009432.3680.python-list@python.org> (permalink) |
| Lines | 19 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1430009432 news.xs4all.nl 2892 [2001:888:2000:d::a6]:54462 |
| X-Complaints-To | abuse@xs4all.nl |
| X-Received-Bytes | 3330 |
| X-Received-Body-CRC | 574866570 |
| Xref | csiph.com comp.lang.python:89408 |
Show key headers only | View raw
Hi, I get the following error when I try to install pip. Does anybody know what it is wrong and how to fix it? Thanks. ~/Downloads$ pip install dtrx Downloading/unpacking dtrx Could not find any downloads that satisfy the requirement dtrx Some externally hosted files were ignored (use --allow-external dtrx to allow). Cleaning up... No distributions at all found for dtrx Storing debug log for failure in /Users/py/.pip/pip.log ~/Downloads$ pip install --allow-external dtrx You must give at least one requirement to install (see "pip help install") -- Regards, Peng
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
How to install dtrx with pip? Peng Yu <pengyu.ut@gmail.com> - 2015-04-25 19:50 -0500
csiph-web