Closed Knightowl3128 closed 1 year ago
It may be solved by #42
python-poppler-qt5 does not currently have prebuilt versions on PyPI, so pip tries to install it from source, which fails in your case because you're missing the qmake
build tool (and perhaps other dependencies like Poppler itself). These can be installed on Anaconda or Miniconda using Conda.
I will close this issue; see #42 to track the progress of making prebuilt versions.
This is the error I got.