-
Notifications
You must be signed in to change notification settings - Fork 32
Description
pip install robotframework-autoitlibrary
Collecting robotframework-autoitlibrary
Using cached robotframework-autoitlibrary-1.2.5.tar.gz (696 kB)
Requirement already satisfied: pywin32 in c:\python\python 3.8\lib\site-packages (from robotframework-autoitlibrary) (228)
Requirement already satisfied: pillow in c:\python\python 3.8\lib\site-packages (from robotframework-autoitlibrary) (7.2.0)
Using legacy 'setup.py install' for robotframework-autoitlibrary, since package 'wheel' is not installed.
Installing collected packages: robotframework-autoitlibrary
Running setup.py install for robotframework-autoitlibrary ... error
ERROR: Command errored out with exit status 1:
command: 'c:\python\python 3.8\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\niktr\AppData\Local\Temp\pip-install-o_n58w0p\robotframework-autoitlibrary\setup.py'"'"'; file='"'"'C:\Users\niktr\AppData\Local\Temp\pip-install-o_n58w0p\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\niktr\AppData\Local\Temp\pip-record-i6ef1_0f\install-record.txt' --single-version-externally-managed --compile --install-headers 'c:\python\python 3.8\Include\robotframework-autoitlibrary'
cwd: C:\Users\niktr\AppData\Local\Temp\pip-install-o_n58w0p\robotframework-autoitlibrary
Complete output (10 lines):
Don't think we need to unregister the old one...
Here is from 32bit OS
%SYSTEMROOT%\system32\regsvr32.exe /S c:\python\python 3.8\Lib\site-packages\AutoItLibrary\lib\AutoItX3.dll
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\niktr\AppData\Local\Temp\pip-install-o_n58w0p\robotframework-autoitlibrary\setup.py", line 75, in
subprocess.check_call(cmd, shell=True)
File "c:\python\python 3.8\lib\subprocess.py", line 364, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '%SYSTEMROOT%\system32\regsvr32.exe /S c:\python\python 3.8\Lib\site-packages\AutoItLibrary\lib\AutoItX3.dll' returned non-zero exit status 3.
----------------------------------------
ERROR: Command errored out with exit status 1: 'c:\python\python 3.8\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\niktr\AppData\Local\Temp\pip-install-o_n58w0p\robotframework-autoitlibrary\setup.py'"'"'; file='"'"'C:\Users\niktr\AppData\Local\Temp\pip-install-o_n58w0p\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\niktr\AppData\Local\Temp\pip-record-i6ef1_0f\install-record.txt' --single-version-externally-managed --compile --install-headers 'c:\python\python 3.8\Include\robotframework-autoitlibrary' Check the logs for full command output.