Advertisement
Guest User

Untitled

a guest
Feb 24th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 3.56 KB | None | 0 0
  1. 2019-02-24 14:34:10,072 > Installing collected packages: RPi.GPIO, OctoPrint-PSUControl
  2. 2019-02-24 14:34:10,072 > Running setup.py install for RPi.GPIO: started
  3. 2019-02-24 14:34:13,240 > Running setup.py install for RPi.GPIO: finished with status 'error'
  4. 2019-02-24 14:34:13,240 > Complete output from command c:\octoprint\venv\scripts\python.exe -u -c "import setuptools, tokenize;__file__='c:\\users\\frak\\appdata\\local\\temp\\pip-install-f5mjas\\RPi.GPIO\\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\frak\appdata\local\temp\pip-record-lkvfgm\install-record.txt --single-version-externally-managed --compile --install-headers c:\octoprint\venv\include\site\python2.7\RPi.GPIO:
  5. 2019-02-24 14:34:13,242 > running install
  6. 2019-02-24 14:34:13,242 > running build
  7. 2019-02-24 14:34:13,242 > running build_py
  8. 2019-02-24 14:34:13,243 > creating build
  9. 2019-02-24 14:34:13,243 > creating build\lib.win32-2.7
  10. 2019-02-24 14:34:13,244 > creating build\lib.win32-2.7\RPi
  11. 2019-02-24 14:34:13,244 > copying RPi\__init__.py -> build\lib.win32-2.7\RPi
  12. 2019-02-24 14:34:13,244 > creating build\lib.win32-2.7\RPi\GPIO
  13. 2019-02-24 14:34:13,244 > copying RPi\GPIO\__init__.py -> build\lib.win32-2.7\RPi\GPIO
  14. 2019-02-24 14:34:13,246 > running build_ext
  15. 2019-02-24 14:34:13,246 > building 'RPi._GPIO' extension
  16. 2019-02-24 14:34:13,246 > creating build\temp.win32-2.7
  17. 2019-02-24 14:34:13,246 > creating build\temp.win32-2.7\Release
  18. 2019-02-24 14:34:13,246 > creating build\temp.win32-2.7\Release\source
  19. 2019-02-24 14:34:13,246 > C:\Users\Frak\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -Ic:\python27\include -Ic:\octoprint\venv\PC /Tcsource/py_gpio.c /Fobuild\temp.win32-2.7\Release\source/py_gpio.obj
  20. 2019-02-24 14:34:13,246 > py_gpio.c
  21. 2019-02-24 14:34:13,246 > source/py_gpio.c(87) : error C2143: syntax error : missing ';' before '{'
  22. 2019-02-24 14:34:13,246 > source/py_gpio.c(200) : error C2143: syntax error : missing ';' before '{'
  23. 2019-02-24 14:34:13,246 > source/py_gpio.c(227) : warning C4047: 'return' : 'PyObject *' differs in levels of indirection from 'int'
  24. 2019-02-24 14:34:13,246 > source/py_gpio.c(345) : error C2373: 'output' : !! different type modifiers
  25. 2019-02-24 14:34:13,246 > c:\users\frak\appdata\local\temp\pip-install-f5mjas\rpi.gpio\source\constants.h(29) : see declaration of 'output'
  26. 2019-02-24 14:34:13,246 > source/py_gpio.c(345) : error C2143: syntax error : missing ';' before '{'
  27. 2019-02-24 14:34:13,247 > source/py_gpio.c(359) : warning C4047: 'return' : 'PyObject *' differs in levels of indirection from 'int'
  28. 2019-02-24 14:34:13,247 > error: command 'C:\\Users\\Frak\\AppData\\Local\\Programs\\Common\\Microsoft\\Visual C++ for Python\\9.0\\VC\\Bin\\cl.exe' failed with exit status 2
  29. 2019-02-24 14:34:13,247 >
  30. 2019-02-24 14:34:13,247 > ----------------------------------------
  31. 2019-02-24 14:34:13,759 ! Command "c:\octoprint\venv\scripts\python.exe -u -c "import setuptools, tokenize;__file__='c:\\users\\frak\\appdata\\local\\temp\\pip-install-f5mjas\\RPi.GPIO\\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\frak\appdata\local\temp\pip-record-lkvfgm\install-record.txt --single-version-externally-managed --compile --install-headers c:\octoprint\venv\include\site\python2.7\RPi.GPIO" failed with error code 1 in c:\users\frak\appdata\local\temp\pip-install-f5mjas\RPi.GPIO\
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement