Opened 12 months ago

Last modified 12 months ago

#2426 new task

python3 pygeos

Reported by: darkblueb Owned by: osgeolive@…
Priority: normal Milestone:
Component: OSGeoLive Keywords:
Cc:

Description

Shapely2 will change the depends chain for GEOS in python; ol16 Shapely 1.8x clients still depend on pygeos

reference: pygeos.readthedocs.io

IPython 7.31.1 -- An enhanced Interactive Python. Type '?' for help.

In [1]: import shapely

In [2]: shapely.__version__
Out[2]: '1.8.5'

In [3]: import pygeos
---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-3-212f7c7fc761> in <module>
----> 1 import pygeos

ModuleNotFoundError: No module named 'pygeos'

Change history (2)

comment:2 by darkblueb, 12 months ago

pygeos-0.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Note: See TracTickets for help on using tickets.