We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
anvil_downlink_worker/__init__.py", line 2, in <module> import ast, sys, imp, importlib, time ModuleNotFoundError: No module named 'imp'
imp module is deprecated, so in Python 3.12 the anvil-runtime does not work, since it tries to import imp and throws this error.
imp
Please fix this, this Python version is used in the latest Ubuntu LTS
The text was updated successfully, but these errors were encountered:
You can use pyenv to use a different version, I use 3.11.9 to run the applications and 3.12 to run the servers
Sorry, something went wrong.
No branches or pull requests
imp
module is deprecated, so in Python 3.12 the anvil-runtime does not work, since it tries to importimp
and throws this error.Please fix this, this Python version is used in the latest Ubuntu LTS
The text was updated successfully, but these errors were encountered: