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 3158311811 for ; Thu, 22 May 2014 20:07:24 +0000 (UTC) Received: (qmail 66939 invoked by uid 500); 22 May 2014 20:07:23 -0000 Delivered-To: apmail-aurora-issues-archive@aurora.apache.org Received: (qmail 66908 invoked by uid 500); 22 May 2014 20:07:23 -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 66901 invoked by uid 99); 22 May 2014 20:07:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 May 2014 20:07:23 +0000 X-ASF-Spam-Status: No, hits=-2000.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; Thu, 22 May 2014 20:07:22 +0000 Received: (qmail 65580 invoked by uid 99); 22 May 2014 20:07:02 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 May 2014 20:07:02 +0000 Date: Thu, 22 May 2014 20:07:02 +0000 (UTC) From: "Bill Farner (JIRA)" To: issues@aurora.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (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 Bill Farner created AURORA-462: ---------------------------------- Summary: 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.2#6252)