Swift installation crashes
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Object Storage (swift) |
Fix Released
|
High
|
Matthew Oliver |
Bug Description
I have tried install Swift by this instruction: http://
And when I try install swift from sources (after git clone) I get error from python installer:
Traceback (most recent call last):
File "setup.py", line 22, in <module>
pbr=True)
File "/usr/lib/
dist.
File "/usr/lib/
self.
File "/usr/lib/
cmd_obj.run()
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
[requirement], self.local_index, self.easy_install
File "/usr/lib/
dist = best[req.key] = env.best_match(req, self, installer)
File "/usr/lib/
return self.obtain(req, installer) # try and download/install
File "/usr/lib/
return installer(
File "/usr/lib/
return self.install_
File "/usr/lib/
dists = self.install_
File "/usr/lib/
return self.build_
File "/usr/lib/
self.run_
File "/usr/lib/
run_setup(
File "/usr/lib/
lambda: execfile(
File "/usr/lib/
return func()
File "/usr/lib/
{'__file_
File "setup.py", line 60, in <module>
File "/usr/lib/
dist.
File "/usr/lib/
self.
File "/usr/lib/
cmd_obj = self.get_
File "/usr/lib/
cmd_obj = self.command_
File "/usr/lib/
_Command.
File "/usr/lib/
raise TypeError, "dist must be a Distribution instance"
TypeError: dist must be a Distribution instance
information type: | Public → Public Security |
information type: | Public Security → Public |
Changed in swift: | |
assignee: | nobody → Matthew Oliver (matt-0) |
Changed in swift: | |
milestone: | none → 2.1.0 |
status: | Fix Committed → Fix Released |
This is an important issue. I have not see this installation error before. Can you please provide the output of "pip freeze", or additional information about the environment/system you're installing into so I can attempt to duplicate the issue?
It's possible that a newer version of setuptools/ distribute would fix the issue.