Не в состоянии выполнить pip установить робот-фреймворк-autoitlibrary - PullRequest
0 голосов
/ 27 января 2019

Не удается установить pip install robotframework-autoitlibrary Среда: Python 3.7.2 x86 и ОС как версия x86

C:\Users\Myname>pip install robotframework-autoitlibrary
Collecting robotframework-autoitlibrary
  Using cached https://files.pythonhosted.org/packages/4e/a4/9e51fe35b1da7a006b773c9c234f78e89bcc4f267152c4e9fa8260631fa8/robotframework-autoitlibrary-1.2.2.zip
Requirement already satisfied: pywin32 in c:\program files (x86)\python372\lib\site-packages (from robotframework-autoitlibrary) (224)
Requirement already satisfied: pillow in c:\program files (x86)\python372\lib\site-packages (from robotframework-autoitlibrary) (5.4.1)
Installing collected packages: robotframework-autoitlibrary
  Running setup.py install for robotframework-autoitlibrary ... error
    Complete output from command "c:\program files (x86)\python372\python.exe" -u -c "import setuptools, tokenize;__file__='C:\\Users\\Myname\\AppData\\Local\\Temp\\pip-
install-suhn33iu\\robotframework-autoitlibrary\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __
file__, 'exec'))" install --record C:\Users\Myname\AppData\Local\Temp\pip-record-vqt0pt1z\install-record.txt --single-version-externally-managed --compile:
    Don't think we need to unregister the old one...
    Here is from 32bit OS
    %SYSTEMROOT%\system32\regsvr32.exe /S c:\program files (x86)\python372\Lib\site-packages\AutoItLibrary\lib\AutoItX3.dll
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\Myname\AppData\Local\Temp\pip-install-suhn33iu\robotframework-autoitlibrary\setup.py", line 75, in <module>
        subprocess.check_call(cmd, shell=True)
      File "c:\program files (x86)\python372\lib\subprocess.py", line 347, in check_call
        raise CalledProcessError(retcode, cmd)
    subprocess.CalledProcessError: Command '%SYSTEMROOT%\system32\regsvr32.exe /S c:\program files (x86)\python372\Lib\site-packages\AutoItLibrary\lib\AutoItX3.dll' returned non-zero exit status 3.

----------------------------------------

Command ""c:\program files (x86)\python372\python.exe" -u -c "import setuptools, tokenize;__file__='C:\\Users\\Myname\\AppData\\Local\\Temp\\pip-install-suhn33iu\\robotf
ramework-autoitlibrary\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" instal
l --record C:\Users\Myname\AppData\Local\Temp\pip-record-vqt0pt1z\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\
Myname\AppData\Local\Temp\pip-install-suhn33iu\robotframework-autoitlibrary\

C:\Users\Myname>
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...