#8139 Ming error while starting allura

v1.10.0
closed
nobody
Ming (1)
Config
nobody
2018-10-30
2016-12-11
Mohiddin
No

While starting production step im getting below error, anything im missing here?

(env-allura) root@java-host:/home/vagrant/src/allura/Allura# ALLURA_TEST_DATA=False paster setup-app development.ini
Traceback (most recent call last):
File "/usr/bin/paster", line 4, in <module>
command.run()
File "/usr/lib/python2.7/dist-packages/paste/script/command.py", line 93, in run
commands = get_commands()
File "/usr/lib/python2.7/dist-packages/paste/script/command.py", line 135, in get_commands
plugins = pluginlib.resolve_plugins(plugins)
File "/usr/lib/python2.7/dist-packages/paste/script/pluginlib.py", line 82, in resolve_plugins
pkg_resources.require(plugin)
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 725, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 628, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: Not Found: Ming (did you run python setup.py develop?)

i did pip install Ming and it installed version Ming==0.5.5. Still im getting this error. Please suggest

Discussion

  • Dave Brondsema

    Dave Brondsema - 2016-12-12

    Do you have a virtualenv active when you installed all the packages, and when running the paster command? It should work if you do, and I think that might be the problem since the error trace shows system python rather than a virtualenv.

     
  • Dave Brondsema

    Dave Brondsema - 2016-12-14
    • Milestone: v1.5.0 --> unreleased
     
  • Dave Brondsema

    Dave Brondsema - 2018-10-12
    • status: open --> closed
    • assigned_to: Dave Brondsema --> nobody
    • Reviewer: Dave Brondsema --> nobody
     
  • Dave Brondsema

    Dave Brondsema - 2018-10-30
    • Milestone: unreleased --> v1.10.0
     

Log in to post a comment.