Установите Poppler в Windows с Python 3 - PullRequest
0 голосов
/ 05 марта 2019

Я пытался установить Plooper на свой компьютер с помощью команды pip pip install python-poppler-qt4==0.18.1, но он показывает следующее сообщение

Downloading/unpacking python-poppler-qt4==0.18.1
Downloading python-poppler-qt4-0.18.1.tar.gz
  Running setup.py (path:C:\Users\BOOMER~1\AppData\Local\Temp\pip_build_Boomerang RMS\python-poppler-qt4\setup.py) egg_info for package python-poppler-qt4
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File "C:\Users\BOOMER~1\AppData\Local\Temp\pip_build_Boomerang RMS\python-poppler-qt4\setup.py", line 42, in <module>
        import sipdistutils
    ImportError: No module named 'sipdistutils'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 17, in <module>

  File "C:\Users\BOOMER~1\AppData\Local\Temp\pip_build_Boomerang RMS\python-poppler-qt4\setup.py", line 42, in <module>

    import sipdistutils

ImportError: No module named 'sipdistutils'

----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in C:\Users\BOOMER~1\AppData\Local\Temp\pip_build_Boomerang RMS\python-poppler-qt4
Storing debug log for failure in C:\Users\Boomerang\pip\pip.log

Можете ли вы помочь мне с этим?!

...