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


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

How to use pip to install dtrx?

Started byEhsan Hajiramezanali <hajramezanali@gmail.com>
First post2016-05-13 16:36 -0500
Last post2016-05-15 20:27 -0700
Articles 2 — 2 participants

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

  How to use pip to install dtrx? Ehsan Hajiramezanali <hajramezanali@gmail.com> - 2016-05-13 16:36 -0500
    Re: How to use pip to install dtrx? Sayth Renshaw <flebber.crue@gmail.com> - 2016-05-15 20:27 -0700

#108624 — How to use pip to install dtrx?

FromEhsan Hajiramezanali <hajramezanali@gmail.com>
Date2016-05-13 16:36 -0500
SubjectHow to use pip to install dtrx?
Message-ID<mailman.652.1463175545.32212.python-list@python.org>
Hi,

I want to use pip to install dtrx. However, I got the following error.

~~~
$ pip install --allow-external dtrx dtrx
DEPRECATION: --allow-external has been deprecated and will be removed
in the future. Due to changes in the repository protocol, it no longer
has any effect.
Collecting dtrx
  Could not find a version that satisfies the requirement dtrx (from versions: )
No matching distribution found for dtrx
~~~

Is there any way to solve this problem?

Thanks in advance.

Best regards,
Ehsan

[toc] | [next] | [standalone]


#108657

FromSayth Renshaw <flebber.crue@gmail.com>
Date2016-05-15 20:27 -0700
Message-ID<b9d9cc21-bcd3-46a5-8e9f-205918b8ae20@googlegroups.com>
In reply to#108624
On Saturday, 14 May 2016 07:39:23 UTC+10, Ehsan Hajiramezanali  wrote:
> Hi,
> 
> I want to use pip to install dtrx. However, I got the following error.
> 
> ~~~
> $ pip install --allow-external dtrx dtrx
> DEPRECATION: --allow-external has been deprecated and will be removed
> in the future. Due to changes in the repository protocol, it no longer
> has any effect.
> Collecting dtrx
>   Could not find a version that satisfies the requirement dtrx (from versions: )
> No matching distribution found for dtrx
> ~~~
> 
> Is there any way to solve this problem?
> 
> Thanks in advance.
> 
> Best regards,
> Ehsan

You can sownload it and run this on it.

python setup.py install --prefix=/usr/local

Of course it appears to not be maintained in anyway for 9 years.

I found pyunpack https://github.com/ponty/pyunpack

that page has a link to similar projects to which you may find useful if pyunpack isn't.

https://github.com/ponty/pyunpack#similar-projects

Sayth

[toc] | [prev] | [standalone]


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


csiph-web