Thanks for your answers! What was going on with my system was that I
need to use "python3" because "python" points to 2.7. Also, I needed
to set my QT_SELECT so the actual command that did it for me was:
QT_SELECT=5 python3 setup.py build (and install)
---
Knute Snortum
(via Gmail)
On Fri, Jan 3, 2020 at 9:42 AM Kevin Cole <[email protected]> wrote:
>
>
>
> On Fri, Jan 3, 2020 at 12:39 PM Federico Bruni <[email protected]> wrote:
>>
>>
>> See this issue:
>> https://github.com/frescobaldi/python-poppler-qt5/issues/14#issuecomment-506735413
>>
>> Try this:
>> wget
>> https://www.riverbankcomputing.com/hg/sip/raw-file/79f89221765d/sipdistutils.py
>> mv sipdistutils.py path/to/lib/python3.X/site-packages/
>
>
> That sounds better than my answer.
>