Installation: Import error: no module named pbr.version
Bug #1503094 reported by
Eric K
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
congress |
Fix Released
|
Undecided
|
Eric K |
Bug Description
Following Congress stand-alone install instruction errors on the database schema push down:
---------
$ sudo congress-db-manage --config-file /etc/congress/
sudo: unable to resolve host host
Traceback (most recent call last):
File "/usr/local/
from congress.
File "/usr/local/
import pbr.version
ImportError: No module named pbr.version
---------
Env Notes: Python 2.7.6 ; Setuptools 18.3.2
Changed in congress: | |
status: | Fix Committed → Fix Released |
Changed in congress: | |
milestone: | none → mitaka-1 |
To post a comment you must log in.
The issue may be related to changes in new versions of setuptools as discussed here: https:/ /bugs.launchpad .net/fuel/ +bug/1443328
I suggest amending the install instructions to ask people to do
$ sudo pip install -r requirements.txt