पाइप स्थापित के साथ सुडौल पैकेज स्थापित करने में त्रुटि


0

मैं पाइप स्थापित का उपयोग करके सुडौल पैकेज को स्थापित करने की कोशिश कर रहा हूं, लेकिन स्थापना पूरी नहीं होती है।

मैंने लिखा:

pip install shapely

परिणामस्वरूप, मुझे निम्न संदेश मिला:

F:\WPy-3670\scripts>pip install shapely
Collecting shapely
  Using cached https://files.pythonhosted.org/packages/a2/fb/7a7af9ef7a35d16fa23b127abee272cfc483ca89029b73e92e93cdf36e6b/Shapely-1.6.4.post2.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\silva\AppData\Local\Temp\pip-install-a6qsxj87\shapely\setup.py", line 80, in <module>
        from shapely._buildcfg import geos_version_string, geos_version, \
      File "C:\Users\silva\AppData\Local\Temp\pip-install-a6qsxj87\shapely\shapely\_buildcfg.py", line 200, in <module>
        lgeos = CDLL("geos_c.dll")
      File "F:\WPy-3670\python-3.6.7.amd64\lib\ctypes\__init__.py", line 348, in __init__
        self._handle = _dlopen(self._name, mode)
    OSError: [WinError 126] The specified module could not be found

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\silva\AppData\Local\Temp\pip-install-a6qsxj87\shapely\

मैंने अन्य पैकेज स्थापित किए हैं और यह ठीक काम किया है।

इस पैकेज को स्थापित करने के लिए मैं क्या कर सकता हूं? (मैं इसे स्थापित करना चाहता हूं क्योंकि मैं जियोपैन्डस पैकेज भी स्थापित करना चाहता हूं, जो कि, उसी समस्या को प्रदर्शित करता है।)

आपका बहुत बहुत धन्यवाद।


1
क्या आपने GEOS स्थापित किया है? देख shapely.readthedocs.io/en/stable/project.html#requirements
slhck
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.