어떤 GitHub의 프로젝트를 설치할 수 없습니다 내가 Windows에서 라이브러리를 많이 다시 설치 했어. 나는 창문에 pycdc 설치 GitHub의내가 핍
에서 pycdc를 설치하려는 경우.
자식 + https://github.com/zrax/pycdc.git
내가 얻을 설치 PIP :
FileNotFoundError : [errno를 2] 해당 파일이나 디렉토리 : 'C : \ 사용자 \ TT \의 AppData \ 로컬 \ 임시 \ 핍 - ashu2b4z 빌드를 \ setup.py
C:\Users\TT\unroll>pycdc .py
'pycdc' is not recognized as an internal or external command,
operable program or batch file.
C:\Users\TT\unroll>pip install git+https://github.com/zrax/pycdc.git
Collecting git+https://github.com/zrax/pycdc.git
Cloning https://github.com/zrax/pycdc.git to c:\users\TT\appdata\local\temp\pip-ashu2b4z-build
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\TT\Anaconda3\lib\tokenize.py", line 452, in open
buffer = _builtin_open(filename, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\TT\\AppData\\Local\\Temp\\pip-ashu2b4z-build\\setup.py'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\TT\AppData\Local\Temp\pip-ashu2b4z-build\
C:\Users\TT\unroll>pip install git+https://github.com/zrax/pycdc.git
내가 이제까지 일을 후회 않는 일부 종속 파일
소년 실종 해요 같은 느낌 재를 설치합니다. 파이썬은 사용하기 좋을 수 있지만 설치
또한에 악몽 :
C:\Users\TT>pip install git+ssh://[email protected]/BlahCo/search/tree/prod_release_branch/ProductName
Collecting git+ssh://[email protected]/BlahCo/search/tree/prod_release_branch/ProductName
Cloning ssh://[email protected]/BlahCo/search/tree/prod_release_branch/ProductName to c:\users\TT\appdata\local\temp\pip-6x2kywme-build
The authenticity of host 'github.com (192.30.255.113)' can't be established.
RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8.
Are you sure you want to continue connecting (yes/no)? y
Please type 'yes' or 'no': yes
Warning: Permanently added 'github.com,192.30.255.113' (RSA) to the list of known hosts.
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
Command "git clone -q ssh://[email protected]/BlahCo/search/tree/prod_release_branch/ProductName C:\Users\TT\AppData\Local\Temp\pip-6x2kywme-build" failed with error code 128 in None
'pycdc'와 '.py'사이의 공백은 무엇입니까? _'pycdc '표준은 내부 또는 외부 명령으로 인식되지 않습니다. Windows 명령 오류는 아주 잘 알려주므로 논리는'pycdc.py '라고 말해야합니다. 둘째로, 당신의 pip 명령은'C : \\ Users \\ TT \\ AppData \\ Local \\ Temp \\ pip-ashu2b4z-build \\ setup.py' 파일을 찾을 수 없다는 오류를줍니다. 이 위치에 실제로 존재합니까? –
@GerhardBarnard 당신이 무슨 뜻인지 모르겠지만 얻을 수 없습니다 : pip install -U git + https : //github.com/zrax/pycdc 또는 작동하도록 .zip 변형 –
무슨 뜻입니까,'setup.py 'C : \ Users \ TT \ AppData \ Local \ Temp \ pip-ashu2b4z-build'에 존재합니까? –