내가 가져 오기 오류를 얻을이 코드를 실행하면 파이썬파이썬 서브 래퍼 라이브러리
#!/usr/bin/python
import svn.fs, svn.core, svn.repos
def crawl_filesystem_dir(root, directory):
"""Recursively crawl DIRECTORY under ROOT in the filesystem, and return a list of all the paths at or below DIRECTORY."""
# Get the directory entries for DIRECTORY.
entries = svn.fs.svn_fs_dir_entries(root, directory)
에서 Subversion을 사용하는 예있다 도서관 svn
. 패키지를 설치하려고했지만 Python 패키지 관리자가 찾을 수 없습니다.
$ pip install svn
Downloading/unpacking svn
Could not find any downloads that satisfy the requirement svn
No distributions at all found for svn
이 라이브러리를 어떻게 설치합니까?
이 조금 이상한 아닌가 더 많거나 적은을 가져야한다 svn.fs' (후자가 가져 오기 목록에서 처음 나타납니다)? – NPE
대화 형 프롬프트에서'import svn.core'를 실행하는 중 오류를 복사하여 붙여 넣었습니다. –