davesteele / comitup

Bootstrap Wifi support over Wifi
https://davesteele.github.io/comitup/
GNU General Public License v2.0
322 stars 54 forks source link

Compatibility problem with Python 3.12 #224

Closed davesteele closed 6 months ago

davesteele commented 1 year ago

Python 3.12 is removing pkg_resources from the standard library. This is used by statemgr.py to determine the app version. This needs to be updated for the new version.

Search for "pkg_resources" in https://docs.python.org/3.12/whatsnew/3.12.html.

davesteele commented 1 year ago

Fixed in 5032f44e4f5d0f5d6dfd17f2ae714e4ddefbc9dd.