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


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

How to install dtrx with pip?

Started byPeng Yu <pengyu.ut@gmail.com>
First post2015-04-25 19:50 -0500
Last post2015-04-25 19:50 -0500
Articles 1 — 1 participant

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


Contents

  How to install dtrx with pip? Peng Yu <pengyu.ut@gmail.com> - 2015-04-25 19:50 -0500

#89408 — How to install dtrx with pip?

FromPeng Yu <pengyu.ut@gmail.com>
Date2015-04-25 19:50 -0500
SubjectHow to install dtrx with pip?
Message-ID<mailman.22.1430009432.3680.python-list@python.org>
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

[toc] | [standalone]


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


csiph-web