Frank Greguska created SDAP-168:
-----------------------------------
Summary: Update shapely library
Key: SDAP-168
URL: https://issues.apache.org/jira/browse/SDAP-168
Project: Apache Science Data Analytics Platform
Issue Type: Improvement
Components: nexus
Reporter: Frank Greguska
We are set at shapely version 1.5.16
If we try using a newer version, we receive this import error:
Traceback (most recent call last) :
File "webservice/algorithms_spark/__init__.py", line 39, in <module>
import Matchup
File "webservice/algorithms_spark/Matchup.py", line 34, in <module>
from shapely.geos import ReadingError
ImportError: cannot import name ReadingError
Need to make our code compatible with latest version of Shapely.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)