Opened 12 months ago

Last modified 11 months ago

#67445 closed defect

py310-cartopy @0.21.0_0 fails on Python import — at Version 2

Reported by: mgaray (Michael Garay) Owned by: petrrr
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: Cc:
Port: py-cartopy

Description (last modified by jmroot (Joshua Root))

MT-100409> python3
Python 3.10.11 (main, Apr  8 2023, 06:41:20) [Clang 14.0.0 (clang-1400.0.29.202)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import cartopy
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/cartopy/__init__.py", line 107, in <module>
    import cartopy.crs  # noqa: E402  module-level imports
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/cartopy/crs.py", line 27, in <module>
    import cartopy.trace
  File "lib/cartopy/trace.pyx", line 56, in init cartopy.trace
ImportError: cannot import name lgeos

Change History (2)

comment:1 Changed 12 months ago by mgaray (Michael Garay)

comment:2 Changed 12 months ago by jmroot (Joshua Root)

Description: modified (diff)
Owner: set to petrrr
Port: py-cartopy added; py310-cartopy removed
Status: newassigned
Note: See TracTickets for help on using tickets.