Running locally causes an error: No module named 'imp'

imp was removed in python 3.12, I don’t think the anvil server states it will run on 3.12?

You will need to install a virtual environment for something like python 3.10 and start it from inside the virtual environment.

1 Like