followed the instructions to set up a local dev environment on a stock Ubuntu 24.04 LTS environment, with python 3.12
got an error on module pkg_resource being missing inside the eamon virtual environment, even though it was present on the system.
To clear the error, I modified the Pipfile to install setuptools rev 68.x.x - it looks like pkg_resource got moved there sometime recently.
followed the instructions to set up a local dev environment on a stock Ubuntu 24.04 LTS environment, with python 3.12
got an error on module pkg_resource being missing inside the eamon virtual environment, even though it was present on the system.
To clear the error, I modified the Pipfile to install setuptools rev 68.x.x - it looks like pkg_resource got moved there sometime recently.