मैं windows10 64 बिट्स का उपयोग कर रहा हूं, मेरा os.name 'nt' है, मैंने स्थापित करने के लिए पाइप का उपयोग किया है, लेकिन इसके स्थानिक के बारे में शिकायत
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 स्थापित करें और मेरे पास एक ही संदेश है
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>
मैंने स्पैटियलइंडेक्स डीएल फाइलों को 'लिम्ब्स्पैतिअलइंडेक्स-1.8.1-win-msvc-2010-x64-x32.zip' में लोड किया। इस फ़ाइल में 32 और 64 बिट्स हैं, अनज़िप करें और इंस्टॉलेशन फ़ोल्डर में रखें, जब python setuo.py का उपयोग करके इंस्टॉल करते हैं, तब भी यह स्पैटियलइन्डेक्स dll फ़ाइल के बारे में शिकायत करता है