나는 windows10 64 비트를 사용하고 있으며, os.name은 'nt'이며, pip를 사용하여 설치하지만 공간 인덱스 _c.dll에 대해 불평합니다.
File "C:\Users\Bachir\AppData\Local\Temp\pip-build-td64lrth\rtree\rtree\core.py", line 101, in <module>
raise OSError("could not find or load spatialindex_c.dll")
OSError: could not find or load spatialindex_c.dll
rtree-0.8.2를 다운로드 한 다음 python setup.py install을 실행하면 동일한 메시지가 나타납니다.
PS C:\Users\Bachir\documents\Python Scripts\Rtree-0.8.2> python setup.py install
Traceback (most recent call last):
File "setup.py", line 4, in <module>
import rtree
File "C:\Users\Bachir\documents\Python Scripts\Rtree-0.8.2\rtree\__init__.py", line 1, in <module>
from .index import Rtree
File "C:\Users\Bachir\documents\Python Scripts\Rtree-0.8.2\rtree\index.py", line 6, in <module>
from . import core
File "C:\Users\Bachir\documents\Python Scripts\Rtree-0.8.2\rtree\core.py", line 101, in <module>
raise OSError("could not find or load spatialindex_c.dll")
OSError: could not find or load spatialindex_c.dll
PS C:\Users\Bachir\documents\Python Scripts\Rtree-0.8.2>
공간 인덱스 dll 파일 'libspatialindex-1.8.1-win-msvc-2010-x64-x32.zip'을 다운로드하지 않았습니다. 이 파일에는 32 및 64 비트가 모두 들어 있으며 압축을 풀고 설치 폴더에 넣습니다 .python setuo.py 설치를 사용하여 설치할 때 여전히 공간 색인 dll 파일에 대해 불평합니다