PMXBOT Log file Viewer

Help | Karma | Search:

#pil logs for Monday the 6th of April, 2020

(Back to #pil overview) (Back to channel listing) (Animate logs)
[09:17:43] <travis-ci> radarhere/Pillow#5871 (doc - 93c9169 : Andrew Murray): The build passed.
[09:17:44] <travis-ci> Change view : https://github.com/radarhere/Pillow/compare/aaffd13ccec4...93c916984af6
[09:17:44] <travis-ci> Build details : https://travis-ci.org/radarhere/Pillow/builds/671540436
[09:30:01] <travis-ci> radarhere/Pillow#5875 (doc - 935eaee : Andrew Murray): The build passed.
[09:30:01] <travis-ci> Change view : https://github.com/radarhere/Pillow/compare/c808a4362f85...935eaeef0221
[09:30:01] <travis-ci> Build details : https://travis-ci.org/radarhere/Pillow/builds/671544671
[09:32:31] <travis-ci> radarhere/Pillow#5877 (doc - 4f6782e : Andrew Murray): The build has errored.
[09:32:31] <travis-ci> Change view : https://github.com/radarhere/Pillow/compare/965951049051...4f6782e58f54
[09:32:31] <travis-ci> Build details : https://travis-ci.org/radarhere/Pillow/builds/671546312
[18:22:30] <travis-ci> python-pillow/Pillow#8957 (master - fb41422 : Hugo van Kemenade): The build passed.
[18:22:30] <travis-ci> Change view : https://github.com/python-pillow/Pillow/compare/3052874e8023...fb41422a3eef
[18:22:30] <travis-ci> Build details : https://travis-ci.org/python-pillow/Pillow/builds/671762685
[18:27:43] <travis-ci> hugovk/Pillow#2948 (gha-doccheck - bcdb88e : Hugo van Kemenade): The build passed.
[18:27:43] <travis-ci> Change view : https://github.com/hugovk/Pillow/compare/bbd14382a3fc...bcdb88e02de2
[18:27:43] <travis-ci> Build details : https://travis-ci.org/hugovk/Pillow/builds/671765103
[19:43:07] <travis-ci> radarhere/Pillow#5886 (retry - 7f5aa05 : Andrew Murray): The build has errored.
[19:43:07] <travis-ci> Change view : https://github.com/radarhere/Pillow/compare/1063208f64bd...7f5aa05f225c
[19:43:07] <travis-ci> Build details : https://travis-ci.org/radarhere/Pillow/builds/671604516
[20:29:43] <travis-ci> radarhere/Pillow#5887 (master - fb41422 : Hugo van Kemenade): The build passed.
[20:29:43] <travis-ci> Change view : https://github.com/radarhere/Pillow/compare/e634c4dc0caf...fb41422a3eef
[20:29:43] <travis-ci> Build details : https://travis-ci.org/radarhere/Pillow/builds/671810686
[21:48:08] <travis-ci> hugovk/Pillow#2951 (release-updates - 595caf3 : Hugo): The build passed.
[21:48:08] <travis-ci> Change view : https://github.com/hugovk/Pillow/compare/38c810982f85...595caf31fc41
[21:48:08] <travis-ci> Build details : https://travis-ci.org/hugovk/Pillow/builds/671838404
[23:13:50] <kathawala> Hi, I noticed that Pillow was recently built with support for `ImageGrab.grab()` on Linux, but when I install the package (even from source) I get this error "OSError: Pillow was built without XCB support"
[23:14:19] <kathawala> I know I have libxcb installed in `/usr/lib` so I'm not sure why this problem occurs
[23:20:17] <kathawala> Pillow 7.1.1
[23:50:10] <kathawala> for anyone who passes by here, the solution was to do `pip install Pillow=7.1.1 --global-option="build_ext" --global-option="--enable-xcb"`