Я використовую Windows10 64 біт, моє os.name - 'nt', я використовував pip для установки, але його скаржиться на просторічнийdex_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