Opened 12 months ago

Last modified 11 months ago

#67445 closed defect

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

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

Description

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 (0)

Note: See TracTickets for help on using tickets.