Hello everybody,
I am having some troubles trying to install the latest version on Invest (3.8.2) on windows 10.
I successfully installed all the required dependencies and PyQt5 on Python 3.8.2, but when I try to install natcap.invest
I get this error message
Using cached Shapely-1.6.4.post2.tar.gz (225 kB)
ERROR: Command errored out with exit status 1:
command: 'c:\users\isabella\appdata\local\programs\python\python38\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\isabella\\AppData\\Local\\Temp\\pip-install-nnjbqzz\\Shapely\\setup.py'"'"'; __file='"'"'C:\\Users\\isabella\\AppData\\Local\\Temp\\pip-install-_nnjbqzz\\Shapely\\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\isabella\AppData\Local\Temp\pip-pip-egg-info-7c49d3lu'
cwd: C:\Users\isabella\AppData\Local\Temp\pip-install-_nnjbqzz\Shapely\
Complete output (9 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\isabella\AppData\Local\Temp\pip-install-_nnjbqzz\Shapely\setup.py", line 80, in <module>
from shapely._buildcfg import geos_version_string, geos_version, \
File "C:\Users\isabella\AppData\Local\Temp\pip-install-_nnjbqzz\Shapely\shapely\_buildcfg.py", line 200, in <module>
lgeos = CDLL("geos_c.dll")
File "c:\users\isabella\appdata\local\programs\python\python38\lib\ctypes\_init.py", line 373, in __init_
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'geos_c.dll' (or one of its dependencies). Try using the full path with constructor syntax.
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
The version of Shapely I installed is 1.7.0, as it was the only avilable for cp38
Anybody can help?