Advertisement
Guest User

Untitled

a guest
Jun 8th, 2019
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.48 KB | None | 0 0
  1. C:\Users\Max>pip install pyhook3
  2. Collecting pyhook3
  3. Using cached https://files.pythonhosted.org/packages/d2/e9/01e84a297a83e826978ca917e9ee538b86924c6235b656f3cc81950cda44/PyHook3-1.6.1.tar.gz
  4. Building wheels for collected packages: pyhook3
  5. Running setup.py bdist_wheel for pyhook3 ... error
  6. Complete output from command c:\users\max\appdata\local\programs\python\python36-32\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\Max\\AppData\\Local\\Temp\\pip-install-swrup0_s\\pyhook3\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d C:\Users\Max\AppData\Local\Temp\pip-wheel-inan0fuj --python-tag cp36:
  7. running bdist_wheel
  8. running build
  9. running build_py
  10. creating build
  11. creating build\lib.win32-3.6
  12. creating build\lib.win32-3.6\PyHook3
  13. copying aa hook.py -> build\lib.win32-3.6\PyHook3
  14. copying cpyHook.py -> build\lib.win32-3.6\PyHook3
  15. copying doc.py -> build\lib.win32-3.6\PyHook3
  16. copying example.py -> build\lib.win32-3.6\PyHook3
  17. copying HookManager.py -> build\lib.win32-3.6\PyHook3
  18. copying setup.py -> build\lib.win32-3.6\PyHook3
  19. copying __init__.py -> build\lib.win32-3.6\PyHook3
  20. running build_ext
  21. building 'PyHook3._cpyHook' extension
  22. swigging cpyHook.i to cpyHook_wrap.c
  23. swig.exe -python -o cpyHook_wrap.c cpyHook.i
  24. error: command 'swig.exe' failed: No such file or directory
  25.  
  26. ----------------------------------------
  27. Failed building wheel for pyhook3
  28. Running setup.py clean for pyhook3
  29. Failed to build pyhook3
  30. Installing collected packages: pyhook3
  31. Running setup.py install for pyhook3 ... error
  32. Complete output from command c:\users\max\appdata\local\programs\python\python36-32\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\Max\\AppData\\Local\\Temp\\pip-install-swrup0_s\\pyhook3\\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\Max\AppData\Local\Temp\pip-record-facpwdzt\install-record.txt --single-version-externally-managed --compile:
  33. running install
  34. running build
  35. running build_py
  36. creating build
  37. creating build\lib.win32-3.6
  38. creating build\lib.win32-3.6\PyHook3
  39. copying aa hook.py -> build\lib.win32-3.6\PyHook3
  40. copying cpyHook.py -> build\lib.win32-3.6\PyHook3
  41. copying doc.py -> build\lib.win32-3.6\PyHook3
  42. copying example.py -> build\lib.win32-3.6\PyHook3
  43. copying HookManager.py -> build\lib.win32-3.6\PyHook3
  44. copying setup.py -> build\lib.win32-3.6\PyHook3
  45. copying __init__.py -> build\lib.win32-3.6\PyHook3
  46. running build_ext
  47. building 'PyHook3._cpyHook' extension
  48. swigging cpyHook.i to cpyHook_wrap.c
  49. swig.exe -python -o cpyHook_wrap.c cpyHook.i
  50. error: command 'swig.exe' failed: No such file or directory
  51.  
  52. ----------------------------------------
  53. Command "c:\users\max\appdata\local\programs\python\python36-32\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\Max\\AppData\\Local\\Temp\\pip-install-swrup0_s\\pyhook3\\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\Max\AppData\Local\Temp\pip-record-facpwdzt\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\Max\AppData\Local\Temp\pip-install-swrup0_s\pyhook3\
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement