Getting error on fastai installation on windows 10

Hi,

I am following the instructions given by jeremy for windows 10 installation, but getting error in b/w.
error:
Downloading https://files.pythonhosted.org/packages/a2/fb/7a7af9ef7a35d16fa23b127abee272cfc483ca89029b73e92e93cdf36e6b/Shapely-1.6.4.post2.tar.gz (225kB)
100% |████████████████████████████████| 235kB 1.0MB/s
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File “”, line 1, in
File “C:\Users\MAHESH~1.SIN\AppData\Local\Temp\pip-install-9psciz71\shapely\setup.py”, line 80, in
from shapely.buildcfg import geos_version_string, geos_version,
File “C:\Users\MAHESH~1.SIN\AppData\Local\Temp\pip-install-9psciz71\shapely\shapely_buildcfg.py”, line 200, in
lgeos = CDLL(“geos_c.dll”)
File "C:\Users\mahesh.sinha\AppData\Local\Continuum\anaconda3\envs\fastai\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\MAHESH~1.SIN\AppData\Local\Temp\pip-install-9psciz71\shapely\

please suggest.

Usually comes for below reason.

Try different path for anaconda. If it comes again, post the error.

I am getting the same problem, so if anyone finds a solution I am also interested! Note that there is no folder pip-install-3lorbui_\shapely\ under my C:\Users\User\AppData\Local\Temp directory…

Collecting shapely (from geopandas>=0.3.0->plotnine->-r g:\FASTAI\fastai\condaenv.u9pvbli6.requirements.txt (line 9))
  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\User\AppData\Local\Temp\pip-install-3lorbui_\shapely\setup.py", line 80, in <module>
        from shapely._buildcfg import geos_version_string, geos_version, \
      File "C:\Users\User\AppData\Local\Temp\pip-install-3lorbui_\shapely\shapely\_buildcfg.py", line 200, in <module>
        lgeos = CDLL("geos_c.dll")
      File "G:\Anaconda3\envs\fastai\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\User\AppData\Local\Temp\pip-install-3lorbui_\shapely\

CondaValueError: pip returned an error