Advertisement
Guest User

Untitled

a guest
May 20th, 2018
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. C:\Windows\system32>C:\Python27\python.exe -m pip install https://pypi.python.org/packages/source/l/ltc_scrypt/ltc_scrypt-1.0.tar.gz
  2. Collecting https://pypi.python.org/packages/source/l/ltc_scrypt/ltc_scrypt-1.0.tar.gz
  3. Using cached https://pypi.python.org/packages/source/l/ltc_scrypt/ltc_scrypt-1.0.tar.gz
  4. Installing collected packages: ltc-scrypt
  5. Running setup.py install for ltc-scrypt ... error
  6. Complete output from command C:\Python27\python.exe -u -c "import setuptools, tokenize;__file__='c:\\users\\wit\\appdata\\local\\temp\\pip-req-build-629yxu\\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\wit\appdata\local\temp\pip-record-jtaumh\install-record.txt --single-version-externally-managed --compile:
  7. running install
  8. running build
  9. running build_ext
  10. building 'ltc_scrypt' extension
  11. creating build
  12. creating build\temp.win32-2.7
  13. creating build\temp.win32-2.7\Release
  14. C:\Users\wit\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -I./ltc_scrypt -IC:\Python27\include -IC:\Python27\PC /Tc./scryptmodule.c /Fobuild\temp.win32-2.7\Release\./scryptmodule.obj
  15. scryptmodule.c
  16. ./scryptmodule.c(15) : warning C4013: 'scrypt_1024_1_1_256' undefined; assuming extern returning int
  17. C:\Users\wit\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -I./ltc_scrypt -IC:\Python27\include -IC:\Python27\PC /Tc./scrypt.c /Fobuild\temp.win32-2.7\Release\./scrypt.obj
  18. scrypt.c
  19. ./scrypt.c(32) : fatal error C1083: Cannot open include file: 'stdint.h': No such file or directory
  20. error: command 'C:\\Users\\wit\\AppData\\Local\\Programs\\Common\\Microsoft\\Visual C++ for Python\\9.0\\VC\\Bin\\cl.exe' failed with exit status 2
  21.  
  22. ----------------------------------------
  23. Command "C:\Python27\python.exe -u -c "import setuptools, tokenize;__file__='c:\\users\\wit\\appdata\\local\\temp\\pip-req-build-629yxu\\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\wit\appdata\local\temp\pip-record-jtaumh\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in c:\users\wit\appdata\local\temp\pip-req-build-629yxu\
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement