Closed
Bug 1698971
Opened 4 years ago
Closed 3 years ago
Browsertime setup failing on MacOS
Categories
(Testing :: mozperftest, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mleclair, Unassigned)
Details
When running ./mach browsertime --setup we get the error that Pillow is missing the zlib dependency (check this github bug for reference: https://github.com/python-pillow/Pillow/issues/4242). To remedy to this, I had to use
ln -s /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/zlib.h /usr/local/include/zlib.h
Updated•4 years ago
|
Severity: -- → S3
Priority: -- → P3
Comment 1•3 years ago
|
||
This should be resolved now by Bug 1735410
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•