Tôi đang sử dụng windows10 64 bit, os.name của tôi là 'nt', tôi đã sử dụng pip để cài đặt nhưng nó phàn nàn về spatialindex_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
Tôi đã tải xuống rtree-0.8.2 và sau đó chạy cài đặt python setup.py và tôi có cùng một thông báo
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>
Tôi đã tải các tập tin dll spatialindex 'libspatialindex-1.8.1-win-msvc-2010-x64-x32.zip'. tệp này chứa cả 32 và 64 bit, giải nén và đặt trong thư mục cài đặt, khi cài đặt bằng python setuo.py cài đặt, nó vẫn phàn nàn về tệp dll spatialindex