Return-Path: X-Original-To: apmail-allura-dev-archive@www.apache.org Delivered-To: apmail-allura-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 88F2D18C58 for ; Tue, 15 Sep 2015 16:55:18 +0000 (UTC) Received: (qmail 53104 invoked by uid 500); 15 Sep 2015 16:55:05 -0000 Delivered-To: apmail-allura-dev-archive@allura.apache.org Received: (qmail 53079 invoked by uid 500); 15 Sep 2015 16:55:05 -0000 Mailing-List: contact dev-help@allura.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@allura.apache.org Delivered-To: mailing list dev@allura.apache.org Received: (qmail 53068 invoked by uid 99); 15 Sep 2015 16:55:05 -0000 Received: from allura-vm.apache.org (HELO allura-vm) (140.211.11.147) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Sep 2015 16:55:05 +0000 Received: from allura-vm.apache.org (localhost [127.0.0.1]) by allura-vm (Postfix) with ESMTP id 6B82E280161 for ; Tue, 15 Sep 2015 16:55:05 +0000 (UTC) Content-Type: multipart/related; boundary="===============7479249921861815923==" MIME-Version: 1.0 To: dev@allura.apache.org From: "Dave Brondsema" Reply-To: "[allura:tickets] " <7988@tickets.allura.p.forge-allura.apache.org> Subject: [allura:tickets] #7988 pkg_resources.DistributionNotFound Message-ID:

Sender: tickets@allura.p.forge-allura.apache.org In-Reply-To: <55f733bf6d19cd47149dbe6a.tickets@allura.p.forge-allura.apache.org> References: <55f733bf6d19cd47149dbe6a.tickets@allura.p.forge-allura.apache.org> Date: Tue, 15 Sep 2015 16:55:05 +0000 (UTC) --===============7479249921861815923== Content-Type: multipart/alternative; boundary="===============7121121759777179907==" MIME-Version: 1.0 --===============7121121759777179907== MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Yeah I'm not sure exactly what's going on in your environment, but I would recommend the docker installation. It should be simpler and easier overall. --- ** [tickets:#7988] pkg_resources.DistributionNotFound** **Status:** open **Milestone:** v1.3.1 **Created:** Mon Sep 14, 2015 08:53 PM UTC by Bruno Wendt **Last Updated:** Tue Sep 15, 2015 04:04 PM UTC **Owner:** nobody I can't start the webapp instance, when I try, I recieve this message: Traceback (most recent call last): File "/root/env-alluraNew/bin/paster", line 9, in load_entry_point('PasteScript==2.0.2', 'console_scripts', 'paster')() File "/root/src/allura/Allura/.eggs/PasteScript-2.0.2-py2.6.egg/paste/script/command.py", line 91, in run commands = get_commands() File "/root/src/allura/Allura/.eggs/PasteScript-2.0.2-py2.6.egg/paste/script/command.py", line 133, in get_commands plugins = pluginlib.resolve_plugins(plugins) File "/root/src/allura/Allura/.eggs/PasteScript-2.0.2-py2.6.egg/paste/script/pluginlib.py", line 83, in resolve_plugins pkg_resources.require(plugin) File "/root/env-alluraNew/lib/python2.6/site-packages/pkg_resources/__init__.py", line 952, in require needed = self.resolve(parse_requirements(requirements)) File "/root/env-alluraNew/lib/python2.6/site-packages/pkg_resources/__init__.py", line 839, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound What can I do? --- Sent from forge-allura.apache.org because dev@allura.apache.org is subscribed to https://forge-allura.apache.org/p/allura/tickets/ To unsubscribe from further messages, a project admin can change settings at https://forge-allura.apache.org/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. --===============7121121759777179907== MIME-Version: 1.0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 7bit

Yeah I'm not sure exactly what's going on in your environment, but I would recommend the docker installation. It should be simpler and easier overall.


[tickets:#7988] pkg_resources.DistributionNotFound

Status: open
Milestone: v1.3.1
Created: Mon Sep 14, 2015 08:53 PM UTC by Bruno Wendt
Last Updated: Tue Sep 15, 2015 04:04 PM UTC
Owner: nobody

I can't start the webapp instance, when I try, I recieve this message:

Traceback (most recent call last):
File "/root/env-alluraNew/bin/paster", line 9, in <module>
load_entry_point('PasteScript==2.0.2', 'console_scripts', 'paster')()
File "/root/src/allura/Allura/.eggs/PasteScript-2.0.2-py2.6.egg/paste/script/command.py", line 91, in run
commands = get_commands()
File "/root/src/allura/Allura/.eggs/PasteScript-2.0.2-py2.6.egg/paste/script/command.py", line 133, in get_commands
plugins = pluginlib.resolve_plugins(plugins)
File "/root/src/allura/Allura/.eggs/PasteScript-2.0.2-py2.6.egg/paste/script/pluginlib.py", line 83, in resolve_plugins
pkg_resources.require(plugin)
File "/root/env-alluraNew/lib/python2.6/site-packages/pkg_resources/init.py", line 952, in require
needed = self.resolve(parse_requirements(requirements))
File "/root/env-alluraNew/lib/python2.6/site-packages/pkg_resources/init.py", line 839, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound

What can I do?


Sent from forge-allura.apache.org because dev@allura.apache.org is subscribed to https://forge-allura.apache.org/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://forge-allura.apache.org/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.

--===============7121121759777179907==-- --===============7479249921861815923==--