<div dir="ltr">Dear All,<div><br></div><div>Below is the installation error code on Windows as per the documentation.</div><div>The error occurred while executing the command </div><div><br></div><div>pip install -r requirements.txt --upgrade --no-cache --no-cache-dir<br></div><div><br></div><div>error as following:-</div><div><br></div><div>Collecting pyyaml>=4.2b1<br>  Downloading PyYAML-5.3.1-cp37-cp37m-win_amd64.whl (216 kB)<br>     |████████████████████████████████| 216 kB 6.4 MB/s<br>Collecting requests==2.25.0<br>  Downloading requests-2.25.0-py2.py3-none-any.whl (61 kB)<br>     |████████████████████████████████| 61 kB ...<br>Collecting requests-toolbelt==0.9.1<br>  Downloading requests_toolbelt-0.9.1-py2.py3-none-any.whl (54 kB)<br>     |████████████████████████████████| 54 kB 1.2 MB/s<br>Collecting Shapely==1.6.3<br>  Downloading Shapely-1.6.3.tar.gz (223 kB)<br>     |████████████████████████████████| 223 kB 6.8 MB/s<br>    ERROR: Command errored out with exit status 1:<br>     command: 'c:\working\venv\scripts\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\User\\AppData\\Local\\Temp\\pip-install-36744eq2\\shapely_f68ba02e25af41acb89913bd54991419\\setup.py'"'"'; __file__='"'"'C:\\Users\\User\\AppData\\Local\\Temp\\pip-install-36744eq2\\shapely_f68ba02e25af41acb89913bd54991419\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\User\AppData\Local\Temp\pip-pip-egg-info-nt4zt4mb'<br>         cwd: C:\Users\User\AppData\Local\Temp\pip-install-36744eq2\shapely_f68ba02e25af41acb89913bd54991419\<br>    Complete output (9 lines):<br>    Traceback (most recent call last):<br>      File "<string>", line 1, in <module><br>      File "C:\Users\User\AppData\Local\Temp\pip-install-36744eq2\shapely_f68ba02e25af41acb89913bd54991419\setup.py", line 80, in <module><br>        from shapely._buildcfg import geos_version_string, geos_version, \<br>      File "C:\Users\User\AppData\Local\Temp\pip-install-36744eq2\shapely_f68ba02e25af41acb89913bd54991419\shapely\_buildcfg.py", line 200, in <module><br>        lgeos = CDLL("geos_c.dll")<br>      File "c:\program files\python37\lib\ctypes\__init__.py", line 364, in __init__<br>        self._handle = _dlopen(self._name, mode)<br>    OSError: [WinError 126] The specified module could not be found<br>    ----------------------------------------<br>ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.<br></div><div><br></div><div>Please help how to resolve this.</div><div><br></div><div>Best regards,</div><div>Anand</div></div>