Opened 7 years ago

Closed 7 years ago

#28637 closed Bug (duplicate)

libgeos can't parse version with commit hash at the end

Reported by: Andrei Makarov Owned by: nobody
Component: GIS Version: 1.11
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

File "/usr/lib/python3.6/site-packages/django/contrib/gis/geos/libgeos.py", line 196, in geos_version_info
    raise GEOSException('Could not parse version info string "%s"' % ver)
django.contrib.gis.geos.error.GEOSException: Could not parse version info string "3.6.2-CAPI-1.10.2 4d2925d6"

OS: ArchLinux
geos version: 3.6.2-1

Change History (1)

comment:1 by Tim Graham, 7 years ago

Component: UncategorizedGIS
Resolution: duplicate
Status: newclosed
Summary: libgeos can't parse versionlibgeos can't parse version with commit hash at the end

Duplicate of #28441. Please update to 1.11.5.

Note: See TracTickets for help on using tickets.
Back to Top