sgraaf / gpx

A python package that brings support for reading, writing and converting GPX files.
https://gpx.readthedocs.io/en/stable/
Other
11 stars 3 forks source link

Dependency Issue: LXML has no M1 Mac Support #1

Closed askpatrickw closed 1 year ago

askpatrickw commented 3 years ago

Just an FYI for other who end up here ... https://bugs.launchpad.net/lxml/+bug/1913032

sgraaf commented 3 years ago

Thanks for reporting this! I've been considering dropping lxml in favor of the builtin ElementTree module. I haven't made a decision yet, but I'll keep this in mind for when I do!