5
Muszę zainstalować pakiet Shapely (http://toblerity.org/shapely/project.html#installation). Ale kiedy używam:Install Shapely: OSError: [WinError 126] Określony moduł nie został znaleziony
pip install Shapely
ja dostaję ten błąd:
Collecting Shapely
Using cached Shapely-1.5.17.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\AppData\Local\Temp\pip-build-mwuxcain\Shapely\setup.py", line 38, in <module>
from shapely._buildcfg import geos_version_string, geos_version, \
File "C:\Users\AppData\Local\Temp\pip-build-mwuxcain\Shapely\shapely\_buildcfg.py", line 200, in <module>
lgeos = CDLL("geos.dll")
File "C:\Users\Anaconda3\lib\ctypes\__init__.py", line 344, 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\AppData\Local\Temp\pip-build-mwuxcain\Shapely\
A kiedy używam:
conda install shapely
ja dostaję ten błąd:
Fetching package metadata ...........
PackageNotFoundError: Package not found: Conda could not find '
Używam Python 3.6.0 (Anaconda3) na Windows 10 (64-bitowy).
Proszę o pomoc. (Nic nie działa)
'Conda zainstalować shapely' - pip rzadko działa na rzeczy, tak na oknach –
@PaulH Dzięki. Zaktualizowałem pytanie. – Beginner
Przepraszam, może będziesz musiał wyciągnąć go z kanału conda-forge: 'conda install shapely --channel = conda-forge' –