You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Collecting gippy
Using cached https://files.pythonhosted.org/packages/c4/58/c79b0213b3a601a5d921f00fc1b3b443edd4c31882d7f69271c793125d9c/gippy-1.0.3.tar.gz
ERROR: Complete output from command python setup.py egg_info:
ERROR: Traceback (most recent call last):
File "/tmp/pip-install-u1c7h7j4/gippy/setup.py", line 71, in get
stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()
File "/usr/lib64/python3.6/subprocess.py", line 709, in __init__
restore_signals, start_new_session)
File "/usr/lib64/python3.6/subprocess.py", line 1344, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'gdal-config': 'gdal-config'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-install-u1c7h7j4/gippy/setup.py", line 178, in <module>
gdal_config = CConfig(os.environ.get('GDAL_CONFIG', 'gdal-config'))
File "/tmp/pip-install-u1c7h7j4/gippy/setup.py", line 64, in __init__
self.get_include()
File "/tmp/pip-install-u1c7h7j4/gippy/setup.py", line 86, in get_include
for item in self.get('--cflags').split():
File "/tmp/pip-install-u1c7h7j4/gippy/setup.py", line 74, in get
raise OSError("Could not find script")
OSError: Could not find script
----------------------------------------
ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-u1c7h7j4/gippy/
I read the other issues, it is always because of gdal version ?
Thank you
The text was updated successfully, but these errors were encountered:
Hi,
Trying to install gippy.
I read the other issues, it is always because of gdal version ?
Thank you
The text was updated successfully, but these errors were encountered: