You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@allura.apache.org by Dave Brondsema <da...@brondsema.net> on 2015/09/15 17:34:32 UTC

[allura:tickets] Re: #7988 pkg_resources.DistributionNotFound

Is there a pip.log file with debug info?  What are the last 20 or so lines from it?

Can you try running `git clone -q git://github.com/brondsem/sphinx-argparse.git /root/env-alluraNew/src/sphinx-argparse` yourself and see what output that gives?

And if need be, you could skip that one package (its only used for building the docs).  Edit the requirements.txt file and delete that line (3rd from the bottom).  Then try running the pip command again.


---

** [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 03:01 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.