Closed michaelrhanson closed 5 months ago
Thanks for raising this, and apologies for the delayed response! I'll update the requirements file so that others can get set up with local development more easily. Also, I've been using Python 3.10 for local development, but I can check later if anything breaks with Python 3.12.
Hello there - I tried to build the project locally on a fresh Python 3.12 install. There are a number of stale dependencies that encounter pip errors during the build (read more at https://stackoverflow.com/questions/77364550/attributeerror-module-pkgutil-has-no-attribute-impimporter-did-you-mean ) that can be fixed by tweaking the requirements.txt file.
My local diff looks like
... I wasn't totally methodical about this, but these changes got me past the pip install errors.