You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to execute the script with Python 3.10.6 I get the error message 'filter' object has no attribute 'sort'
I found this other issue that points out changes in python 3 that caused this issue: raghakot/keras-text#9
But I'm new to python and can't fix this/propose a solution. Would be glad if you'd update your project :)
The text was updated successfully, but these errors were encountered:
By now I learned python and wrote my own python script for my use case :D
Nevertheless I tried your fix. It kinda worked. I don't get the error anymore and I get usable gpx data except when using gpx-tracks recorded with OsmAND. They can't be opened by any program. Their trackpoints look like this:
Maybe it has something to do with the 'osmand' in the extension's name, I don't know. But this is an edge case I don't want to spend more time with since my script only uses the coordinate part of the trackpoints. Also I don't understand why commenting these lines worked since all my gpx files do have timestamps.
Anyway thanks for the help :)
When I try to execute the script with Python 3.10.6 I get the error message
'filter' object has no attribute 'sort'
I found this other issue that points out changes in python 3 that caused this issue:
raghakot/keras-text#9
But I'm new to python and can't fix this/propose a solution. Would be glad if you'd update your project :)
The text was updated successfully, but these errors were encountered: