Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Ehsan Hajiramezanali Newsgroups: comp.lang.python Subject: How to use pip to install dtrx? Date: Fri, 13 May 2016 16:36:48 -0500 Lines: 20 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de SwdlRitk3oZVcLjRsP1vYg3Q0/lKibl2h+NxgCqHq7vA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.020 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'repository': 0.05; 'deprecated': 0.07; 'problem?': 0.07; 'subject:How': 0.09; 'effect.': 0.09; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:install': 0.16; 'changes': 0.20; 'advance.': 0.23; 'matching': 0.23; 'install': 0.25; 'message-id:@mail.gmail.com': 0.27; 'collecting': 0.27; 'error.': 0.31; 'skip:- 10': 0.34; 'received:google.com': 0.35; 'could': 0.35; 'subject:use': 0.35; 'there': 0.36; 'received:209.85': 0.36; 'to:addr:python-list': 0.36; 'subject:?': 0.36; 'thanks': 0.37; 'requirement': 0.37; 'version': 0.38; 'received:209': 0.38; 'hi,': 0.38; 'to:addr:python.org': 0.40; 'due': 0.65; 'future.': 0.67; 'pip': 0.84; 'received:mail-yw0-f170.google.com': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=+TPFvk8hf8rgF+kEVxvImmakdBq7xF/lHSdAl90iQ6U=; b=X0NFH/yibZwR3BRzSr+aWvEsJWM/fnOGoJn6krhH73D2MuQW08YyXACk17t6DhaXbg c5VnHnBHoNWJacLriwFH3alWlefrvNK4jRaTTCL49VzgVjvAjki0LWfIGpgAU2VQui7K bQg56DlWLuTHgb6ACRzvU1Ik4o19Z+wEmFXvXW07wXfEsaL6HNXBW2fvhqhj++kT4wH7 gYL3TwEulZtcBTCvAr9E5dCsS/FFYoDMucPPaFDTAbLXrxTdFUFWtxvCB8bFijtiQhZ5 5Vyto6e8kQOyQO8fmOYSDGZ4Pqe40ZZUYwCTHw9dzQEfUyz5bo5KckICTv/xWRDAB6du OJ7Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=+TPFvk8hf8rgF+kEVxvImmakdBq7xF/lHSdAl90iQ6U=; b=g6SSWNFNDz3TEQdoyZBikRYiizZFYueEvbhPlL4E9XdWYZFnpU0pypPUKJ/HuxIIX+ bFJtXh0zjeJBbuKR2ucTfFWtUrW7coUkj7foeHxLBWcYuDyZtuUYt1zsJlcQELKFnMRo bUWQxHchJTA6N9ff+NvUPpB6Jt5cO90rV5YmS8tEbkb+x0tsECxcVBNTXbd6VtIRvJ5b Rly5gS4zrmMkGlzFE4RQlCnrbJqf1MgKkVpF2pZvb/8NO5AgFPZpZsp7yErpNWvqqv6q ARgsE/rtkqSc8gmFWwwGojlDPP/dbWGEECCdE5YZYjJyoNeL2f4VHDmoIAtNnD90+MwC QVKA== X-Gm-Message-State: AOPr4FWKv4RPZrW3YsDnTqOVivUy/fZysB+b1zd9AK0cHKjL2Af2AGrnNGz0xWtTZh7w1dMUWrZ89IepydreOQ== X-Received: by 10.129.132.83 with SMTP id u80mr9898504ywf.7.1463175408053; Fri, 13 May 2016 14:36:48 -0700 (PDT) X-Mailman-Approved-At: Fri, 13 May 2016 17:39:04 -0400 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: Xref: csiph.com comp.lang.python:108624 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