perliedman / shadow-mapper

Generate maps of sun and shade from OpenStreetMap data
ISC License
69 stars 18 forks source link

using this on python3.8, lots of package degrading problems #8

Closed shantanu848 closed 4 years ago

shantanu848 commented 4 years ago

Has anyone implemented this with python3.6+ ? There are lots of packages which are imported explicitly but now comes with python3 preinstalled, and also there are many packages used whose alternates are currently in use so if anyone has implemented it can contact. Facing lots of issues making it compatible for the latest python.

most recent error is "No module named 'markupbase'", cannot find it anywhere. but the HTMLParser uses this.

perliedman commented 4 years ago

Sorry, I don't maintain this code any more, and it's only ever been executed using Python 2.