Thiago Jung Bauermann

Results 5 comments of Thiago Jung Bauermann

Unfortunately I haven't used pagekite in a while (my Dreamplug died), so I can't offer detailed suggestions. What I remember is that the logs use two-letter abbreviations, and you have...

This is because when pip [installs build dependencies](https://github.com/pypa/pip/blob/a13f2014f99ed3ca8fb2b3fa25d3631a50a0cace/src/pip/_internal/build_env.py#L176), it uses the `--ignore-installed` option which causes it to ignore the system site packages. If you manually run the command reported in...

I did a small analysis about this in a [comment](https://github.com/flatpak/flatpak-builder-tools/issues/100#issuecomment-692350715) on issue 100. TL;DR, pip ignores installed system packages on purpose, to provide an isolated build environment. flatpak-pip-generator needs to...

Thank you for your quick response. I'm sorry that I missed the notification of your reply. Unfortunately I don't have a computer with two graphics cards anymore and I can't...