Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #89409 > unrolled thread

Re: How to install dtrx with pip?

Started byMark Lawrence <breamoreboy@yahoo.co.uk>
First post2015-04-26 02:35 +0100
Last post2015-04-26 02:35 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: How to install dtrx with pip? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-04-26 02:35 +0100

#89409 — Re: How to install dtrx with pip?

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2015-04-26 02:35 +0100
SubjectRe: How to install dtrx with pip?
Message-ID<mailman.23.1430012181.3680.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web