Path: csiph.com!usenet.pasdenom.info!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.04; 'debug': 0.07; 'failing': 0.07; 'ignored': 0.07; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'satisfy': 0.09; 'setup.py': 0.09; 'subject:How': 0.10; 'python': 0.11; 'language.': 0.14; '(use': 0.16; 'output?': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'storing': 0.16; 'subject:install': 0.16; 'language': 0.16; 'fix': 0.17; 'wrote:': 0.18; 'trying': 0.19; 'file,': 0.19; 'thanks.': 0.20; 'install': 0.23; 'header:User-Agent:1': 0.23; 'error': 0.23; 'specify': 0.24; 'looks': 0.24; '(see': 0.26; 'least': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; 'extract': 0.31; 'run': 0.32; 'skip:d 20': 0.34; 'could': 0.34; 'subject:with': 0.35; 'anybody': 0.35; 'requirement': 0.35; 'version': 0.36; 'located': 0.36; 'subject:?': 0.36; 'hi,': 0.36; 'url:org': 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; 'received:org': 0.40; 'how': 0.40; 'simply': 0.61; "you've": 0.63; 'confirm': 0.64; 'our': 0.64; 'charset:windows-1252': 0.65; 'here': 0.66; '7.1': 0.84; 'received:as9105.com': 0.84; 'received:dsl.as9105.com': 0.84; 'received:dynamic.dsl.as9105.com': 0.84; 'url:2007': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: How to install dtrx with pip? Date: Sun, 26 Apr 2015 02:35:48 +0100 References: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: 80-42-238-59.dynamic.dsl.as9105.com User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 31 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1430012181 news.xs4all.nl 2863 [2001:888:2000:d::a6]:59716 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:89409 On 26/04/2015 01:50, Peng Yu wrote: > 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") > It looks to me as if you've already installed pip and are trying to install dtrx :) Version 7.1 is located here http://brettcsmith.org/2007/dtrx/ I think you've got to specify the --allow-external flag to pip. Perhaps you could confirm this from reading the log output? Failing that simply download the file, extract everything and run python setup.py install -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence