Return-Path: X-Original-To: apmail-aurora-issues-archive@minotaur.apache.org Delivered-To: apmail-aurora-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4E100113C0 for ; Mon, 8 Sep 2014 19:16:53 +0000 (UTC) Received: (qmail 39494 invoked by uid 500); 8 Sep 2014 19:16:53 -0000 Delivered-To: apmail-aurora-issues-archive@aurora.apache.org Received: (qmail 39453 invoked by uid 500); 8 Sep 2014 19:16:53 -0000 Mailing-List: contact issues-help@aurora.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aurora.incubator.apache.org Delivered-To: mailing list issues@aurora.incubator.apache.org Received: (qmail 39444 invoked by uid 99); 8 Sep 2014 19:16:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Sep 2014 19:16:53 +0000 X-ASF-Spam-Status: No, hits=-2001.7 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 08 Sep 2014 19:16:30 +0000 Received: (qmail 39071 invoked by uid 99); 8 Sep 2014 19:16:28 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Sep 2014 19:16:28 +0000 Date: Mon, 8 Sep 2014 19:16:28 +0000 (UTC) From: "brian wickman (JIRA)" To: issues@aurora.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (AURORA-462) Client fails with DistributionNotFound: argparse MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AURORA-462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] brian wickman resolved AURORA-462. ---------------------------------- Resolution: Duplicate Marking as dupe of AURORA-585. > Client fails with DistributionNotFound: argparse > ------------------------------------------------ > > Key: AURORA-462 > URL: https://issues.apache.org/jira/browse/AURORA-462 > Project: Aurora > Issue Type: Bug > Components: Client > Reporter: Bill Farner > Priority: Critical > > I've reproduced this on two machines. > Linux: > {noformat} > $ uname -a; python --version > Linux bill-desktop 3.11.0-18-generic #32-Ubuntu SMP Tue Feb 18 21:11:14 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux > Python 2.7.5+ > {noformat} > OS X: > {noformat} > $ uname -a; python --version > Darwin tw-172-25-144-209.office.twttr.net 13.1.0 Darwin Kernel Version 13.1.0: Wed Apr 2 23:52:02 PDT 2014; root:xnu-2422.92.1~2/RELEASE_X86_64 x86_64 > Python 2.7.5 > {noformat} > Git sha: > {noformat} > $ git log -1 --oneline > 43c8ccb auroraUI needs to be global. > {noformat} > Both of these encounter the following: > {noformat} > $ ./pants src/main/python/apache/aurora/client/bin/:aurora_client > Build operating on targets: OrderedSet([PythonBinary(src/main/python/apache/aurora/client/bin/BUILD:aurora_client)]) > Building PythonBinary PythonBinary(src/main/python/apache/aurora/client/bin/BUILD:aurora_client): > Wrote /home/wfarner/code/aurora/dist/aurora_client.pex > wfarner@bill-desktop:~/code/aurora$ ./dist/aurora_client.pex version > Traceback (most recent call last): > File "/home/wfarner/code/aurora/dist/aurora_client.pex/.bootstrap/_twitter_common_python/pex.py", line 214, in execute > working_set = self._env.activate() > File "/home/wfarner/code/aurora/dist/aurora_client.pex/.bootstrap/_twitter_common_python/environment.py", line 122, in activate > self._working_set = self._activate() > File "/home/wfarner/code/aurora/dist/aurora_client.pex/.bootstrap/_twitter_common_python/environment.py", line 142, in _activate > resolved = working_set.resolve(all_reqs, env=self) > File "/home/wfarner/code/aurora/dist/aurora_client.pex/.bootstrap/pkg_resources.py", line 588, in resolve > raise DistributionNotFound(req) > DistributionNotFound: argparse > {noformat} > A few rounds of deleting the pex, and {{git clean -fdx}} don't seem to fix this, still encounter the above issue. -- This message was sent by Atlassian JIRA (v6.3.4#6332)