Gonçalo Magno

Results 9 comments of Gonçalo Magno

In case someone else hits this issue, here's what I'm doing at the moment (for reference purposes only): requirements.txt: ```INI # it is not very orthodox to loosen dependencies constraints,...

Hey, sadly I am also hitting this issue... Here's a Dockerfile to reproduce the issue: FROM nvidia/opengl:1.0-glvnd-runtime-ubuntu16.04 WORKDIR /app RUN apt-get update && \ apt-get -y --no-install-recommends install \ libglu1-mesa-dev...

Not sure what was causing the issue, but it seems to be fixed now, at least for me. Not sure if this #371 fixed it.

Okay, apologies for the confusion, but I can't reproduce the issue on my system, but I still can reproduce it with the container. All the other examples run impeccably well....

I managed to reproduce the `terminated by signal SIGSEGV (Address boundary error)` error on my system again (running my app, not the example3!). And I can avoid it by sleeping...

Hey @kif, @inducer, thanks for your feedback. > The ideal would be to provide, in addition to the OpenCL header and library, also the POCL driver which would actually provide...

That's great! Any chance you could share how those were built (source)? Not saying I don't trust your binaries, of course... :smile:

My experience with pybombs hasn't been great either I have to say. Anyway, in case it helps someone, try and build both `py2cairo` and `pygtk` manually. Follow the instructions here:...

Same issue here, using `maim v3.4.47` on `i3 v4.16.1`. This seems to work though: maim -s --format png /dev/stdout | xclip -selection clipboard -t image/png