Heroku Python/Django applications all simultaneously developed ImportError
问题 Today all my Python/Django applications on Heroku stopped working. The logs for all of them show the same issue. When trying to restart/build, the error log is as shown below. I have tried rebuilding the projects in a new local virtual environment, and they work fine locally. However, when pushing them to Heroku, they encounter this ImportError and refuse to deploy. Similarly, when I try to restart the existing applications, I see the same error logged prior to the instance crashing. Please