Opened 19 months ago
Last modified 19 months ago
#2426 new task
python3 pygeos
Reported by: | darkblueb | Owned by: | |
---|---|---|---|
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'
Note:
See TracTickets
for help on using tickets.
https://github.com/pygeos/pygeos/commit/0577df4e94f4f5cf955ca5e729ca4aea4686ad8a
tag 14 / dec2022