loggerhead can't reasonably be installed using pip due to self-import in setup.py
Bug #1831661 reported by
Colin Watson
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
loggerhead-breezy |
New
|
Undecided
|
Unassigned |
Bug Description
Following the fix for bug 383360, I tried to make Launchpad install loggerhead using pip (with a self-built sdist from the breezy branch). However, this didn't work because loggerhead's setup.py does an 'import loggerhead' to get the version, and loggerhead/
I think loggerhead should arrange to get its version in setup.py in a way that doesn't involve importing itself at that stage.
To post a comment you must log in.