[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: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"`