Package congress-server is missing python-antlr3 dependency
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Cloud Archive |
Fix Released
|
High
|
Corey Bryant | ||
congress |
Triaged
|
Undecided
|
Eric K | ||
congress (Ubuntu) |
Fix Released
|
High
|
Corey Bryant |
Bug Description
Installed and configured (with puppet-congress) OpenStack Congress version Ocata on Xenial with UCA. Starting it resulted in the following error:
# congress-server --config-
Traceback (most recent call last):
File "/usr/bin/
from congress.
File "/usr/lib/
from congress.common import eventlet_server
File "/usr/lib/
from congress.dse2 import dse_node
File "/usr/lib/
from congress.datalog import compile as datalog_compile
File "/usr/lib/
from congress.datalog import CongressLexer
File "/usr/lib/
from antlr3 import *
ImportError: No module named antlr3
Resolved this error by installing python-antlr3, so it seems this should be a hard package dependency.
Changed in congress (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → High |
assignee: | nobody → Corey Bryant (corey.bryant) |
Changed in congress: | |
assignee: | nobody → Eric K (ekcs) |
Changed in cloud-archive: | |
status: | Triaged → Fix Released |
Changed in congress: | |
status: | New → Triaged |
Changed in congress: | |
milestone: | none → stein-rc1 |
Changed in congress: | |
milestone: | stein-rc1 → none |
Hi Tom,
Thanks for reporting this bug. We'll get python-antlr3 added to the congress dependencies. It seems antlr should be listed in requirements.txt also. so I'm adding the upstream project to this bug.
Corey