[Bug 1234627] [NEW] python dependencies missing: markdown and distribute

John Deatherage 1234627 at bugs.launchpad.net
Thu Oct 3 10:21:33 UTC 2013


Public bug reported:

Raring 64-bit (Ubuntu GNOME), fresh install, update && dist-upgrade,
charm ppa added, packages installed.

Let me know if testing is needed, or this is an edge case, since I'll be
working with Juju for the next month! :)

death at rose:~/deploy/charm$ charm create opencontrail
Traceback (most recent call last):
  File "/usr/bin/charm", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2803, in <module>
    working_set.require(__requires__)
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 696, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 594, in resolve
    raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: Markdown>=2.0.1

----------------------------------------------------------
once `python markdown` is installed:

death at rose:~/deploy/charm$ charm create opencontrail
Traceback (most recent call last):
  File "/usr/bin/charm", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2803, in <module>
    working_set.require(__requires__)
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 696, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 594, in resolve
    raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: distribute


----------------------------------------------------------
Once both deps are installed, no issues.  Repeatable.

** Affects: charm-tools (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to charm-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1234627

Title:
  python dependencies missing: markdown and distribute

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/charm-tools/+bug/1234627/+subscriptions



More information about the Ubuntu-server-bugs mailing list