BasioMeusPuga / Lector

Qt based ebook reader
GNU General Public License v3.0
1.51k stars 208 forks source link

ModuleNotFoundError: No module named 'sipdistutils' #58

Closed ThompkWT closed 6 years ago

ThompkWT commented 6 years ago

How did you get sipdistutils installed for Mac.

None of the normal methods work for me.

pip install sip doesn't install sipdistutils

Thanks

Tilt Thompkind

BasioMeusPuga commented 6 years ago

What are you trying to do that requires sipdistutils? It's not listed as a dependency.

ThompkWT commented 6 years ago

it used in the install for python-poppler-qt5, see below PS. Same result if I clone and run setup. Poppler install via homebrew.

pip install python-poppler-qt5 Collecting python-poppler-qt5 Using cached https://files.pythonhosted.org/packages/af/e7/aa451d4ca0910472c4442d8aa6ef44300852926d85ad033b029a22157027/python-poppler-qt5-0.24.2.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/private/var/folders/64/nz7_vcb10w19j5b_qtbty3h00000gn/T/pip-install-41mmzfmq/python-poppler-qt5/setup.py", line 42, in import sipdistutils ModuleNotFoundError: No module named 'sipdistutils'

BasioMeusPuga commented 6 years ago

I'm afraid I don't have any Apple hardware at hand, since I use Linux exclusively. I can point you to this page, though: https://github.com/wbsoft/python-poppler-qt5/issues/14 People seem to have had luck with the solutions posted there.

ThompkWT commented 6 years ago

thank you