Closed
Bug 1173960
Opened 10 years ago
Closed 10 years ago
missing package in funsize scheduler deployment
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: rail)
References
Details
Attachments
(1 file)
1.08 KB,
patch
|
bhearsum
:
review+
bhearsum
:
checked-in+
|
Details | Diff | Splinter Review |
I noticed this while trying to start it up today:
Traceback (most recent call last):
File "/builds/funsize/bin/funsize-scheduler", line 5, in <module>
from pkg_resources import load_entry_point
File "/builds/funsize/lib/python2.7/site-packages/distribute-0.6.24-py2.7.egg/pkg_resources.py", line 2707, in <module>
working_set.require(__requires__)
File "/builds/funsize/lib/python2.7/site-packages/distribute-0.6.24-py2.7.egg/pkg_resources.py", line 686, in require
needed = self.resolve(parse_requirements(requirements))
File "/builds/funsize/lib/python2.7/site-packages/distribute-0.6.24-py2.7.egg/pkg_resources.py", line 584, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: markupsafe
Assignee | ||
Comment 1•10 years ago
|
||
Assignee: nobody → rail
Attachment #8621228 -
Flags: review?(bhearsum)
Reporter | ||
Updated•10 years ago
|
Attachment #8621228 -
Flags: review?(bhearsum) → review+
Reporter | ||
Updated•10 years ago
|
Attachment #8621228 -
Flags: checked-in+
Reporter | ||
Comment 3•10 years ago
|
||
This fixed up the deployment.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Component: Tools → General
You need to log in
before you can comment on or make changes to this bug.
Description
•