python
  • pip
  • 2016-01-03 39 views 0 likes 
    0

    我正在做一個小文件檢查器,我需要做一個(字符按?)命令。所以我用getch。我嘗試點擊安裝時出現此錯誤:爲什麼我從安裝getch的pip中得到錯誤?

    Command "c:\python27\python.exe -c "import setuptools, tokenize;__file__='c:\\us 
    ers\\manolo\\appdata\\local\\temp\\pip-build-ehxrw3\\getch\\setup.py';exec(compi 
    le(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __fil 
    e__, 'exec'))" install --record c:\users\manolo\appdata\local\temp\pip-flekfr-re 
    cord\install-record.txt --single-version-externally-managed --compile" failed wi 
    th error code 1 in c:\users\manolo\appdata\local\temp\pip-build-ehxrw3\getch 
    

    有人可以告訴我如何解決這個問題嗎?

    另外,我有蟒蛇2.7 win32下運行,Windows 7的

    +0

    你看過'install-record.txt'嗎? –

    +0

    不是。等一下。 – AlexINF

    +0

    它不存在。 – AlexINF

    回答

    0

    可以更改MSVCRT殘培,它是預裝在Windows上。

    相關問題