Omenia / robotframework-whitelibrary

Library for automating Windows GUI technologies with Robot Framework. WhiteLibrary wraps the White automation framework.
Apache License 2.0
54 stars 15 forks source link

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. #175

Closed khoale6362 closed 4 years ago

khoale6362 commented 4 years ago

I installed the whitelibrary library but got this error. Can somebody help me

C:\WINDOWS\system32>pip install --upgrade robotframework-whitelibrary Collecting robotframework-whitelibrary Using cached robotframework_whitelibrary-1.6.0-py2.py3-none-any.whl (298 kB) Requirement already satisfied, skipping upgrade: robotframework in c:\users\leesy\appdata\local\programs\python\python38-32\lib\site-packages (from robotframework-whitelibrary) (3.1.2) Collecting pythonnet; sys_platform == "win32" Using cached pythonnet-2.4.0.tar.gz (1.8 MB) ERROR: Command errored out with exit status 1: command: 'c:\users\leesy\appdata\local\programs\python\python38-32\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\leesy\AppData\Local\Temp\pip-install-78cc7ct9\pythonnet\setup.py'"'"'; file='"'"'C:\Users\leesy\AppData\Local\Temp\pip-install-78cc7ct9\pythonnet\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\leesy\AppData\Local\Temp\pip-install-78cc7ct9\pythonnet\pip-egg-info' cwd: C:\Users\leesy\AppData\Local\Temp\pip-install-78cc7ct9\pythonnet Complete output (5 lines): Traceback (most recent call last): File "", line 1, in File "C:\Users\leesy\AppData\Local\Temp\pip-install-78cc7ct9\pythonnet\setup.py", line 18, in from wheel import bdist_wheel ModuleNotFoundError: No module named 'wheel'

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

AnttiPohjonen commented 4 years ago

Hi From output it seems you are using Python version 3.8, WhiteLibrary uses pythonnet which do not have yet support for 3.8, only for Python 3.7. This causes the problem.