Closed bretton closed 4 years ago
Hi Bretton
Apologies for the slow reply - I only just noticed your message. Unfortunately, Wazimap doesn't support python 3. I think the Hurumap team have migrated it but I haven't investigated. We're no longer supporting Wazimap in favour of the new version we're building:
https://github.com/openupsa/wazimap-ng https://github.com/openupsa/wazimap-ng-ui
Depending on what you're looking for, it might be a better platform for your needs. It's also under active development which means we'll be responsive to bug fixes and feature requests. Let me know if you have any questions.
This is the cobbled together process I'm following to try get Wazimap installed with a Python3 virtual environment.
My current versions of software differ from the items in requirements.txt
So I tried editing requirements.txt to the following, based on issues and pull requests:
and made runtime.txt
then
but it fails on:
Apparently wsgiref is included in Python3 so this dependency failing is unnecessary, but I can't proceed unless resolved.
How can I resolve?