Advertisement
Guest User

Untitled

a guest
Jun 9th, 2019
374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.99 KB | None | 0 0
  1. 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. Building wheel for pyhook3 (setup.py) ... error
  6. Complete output from command c:\users\max\appdata\local\programs\python\python37-32\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\Max\\AppData\\Local\\Temp\\pip-install-zobhzwr0\\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-winkhqe3 --python-tag cp37:
  7. running bdist_wheel
  8. running build
  9. running build_py
  10. creating build
  11. creating build\lib.win32-3.7
  12. creating build\lib.win32-3.7\PyHook3
  13. copying aa hook.py -> build\lib.win32-3.7\PyHook3
  14. copying cpyHook.py -> build\lib.win32-3.7\PyHook3
  15. copying doc.py -> build\lib.win32-3.7\PyHook3
  16. copying example.py -> build\lib.win32-3.7\PyHook3
  17. copying HookManager.py -> build\lib.win32-3.7\PyHook3
  18. copying setup.py -> build\lib.win32-3.7\PyHook3
  19. copying __init__.py -> build\lib.win32-3.7\PyHook3
  20. running build_ext
  21. building 'PyHook3._cpyHook' extension
  22. swigging cpyHook.i to cpyHook_wrap.c
  23. C:\Users\Max\AppData\Local\Programs\Python\Python37-32\Scripts\swig.exe -python -o cpyHook_wrap.c cpyHook.i
  24. (1) : Error: Unable to find 'swig.swg'
  25. (3) : Error: Unable to find 'python.swg'
  26. cpyHook.i(2) : Error: Unable to find 'typemaps.i'
  27. error: command 'C:\\Users\\Max\\AppData\\Local\\Programs\\Python\\Python37-32\\Scripts\\swig.exe' failed with exit status 1
  28.  
  29. ----------------------------------------
  30. Failed building wheel for pyhook3
  31. Running setup.py clean for pyhook3
  32. Failed to build pyhook3
  33. Installing collected packages: pyhook3
  34. Running setup.py install for pyhook3 ... error
  35. Complete output from command c:\users\max\appdata\local\programs\python\python37-32\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\Max\\AppData\\Local\\Temp\\pip-install-zobhzwr0\\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-upd13nm_\install-record.txt --single-version-externally-managed --compile:
  36. running install
  37. running build
  38. running build_py
  39. creating build
  40. creating build\lib.win32-3.7
  41. creating build\lib.win32-3.7\PyHook3
  42. copying aa hook.py -> build\lib.win32-3.7\PyHook3
  43. copying cpyHook.py -> build\lib.win32-3.7\PyHook3
  44. copying doc.py -> build\lib.win32-3.7\PyHook3
  45. copying example.py -> build\lib.win32-3.7\PyHook3
  46. copying HookManager.py -> build\lib.win32-3.7\PyHook3
  47. copying setup.py -> build\lib.win32-3.7\PyHook3
  48. copying __init__.py -> build\lib.win32-3.7\PyHook3
  49. running build_ext
  50. building 'PyHook3._cpyHook' extension
  51. swigging cpyHook.i to cpyHook_wrap.c
  52. C:\Users\Max\AppData\Local\Programs\Python\Python37-32\Scripts\swig.exe -python -o cpyHook_wrap.c cpyHook.i
  53. (1) : Error: Unable to find 'swig.swg'
  54. (3) : Error: Unable to find 'python.swg'
  55. cpyHook.i(2) : Error: Unable to find 'typemaps.i'
  56. error: command 'C:\\Users\\Max\\AppData\\Local\\Programs\\Python\\Python37-32\\Scripts\\swig.exe' failed with exit status 1
  57.  
  58. ----------------------------------------
  59. Command "c:\users\max\appdata\local\programs\python\python37-32\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\Max\\AppData\\Local\\Temp\\pip-install-zobhzwr0\\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-upd13nm_\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\Max\AppData\Local\Temp\pip-install-zobhzwr0\pyhook3\
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement