I am trying to deploy my first flask app, and during the deployment of it I get an AttributeError: module ‘pkgutil’ has no attribute ‘ImpImporter’. Did you mean: ‘zipimporter’? error. The flask app runs fine on my local machine. I am unsure how to fix this, is this something I need to set up in my code first to work or how do I handle this?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Heya @derickbrower,
Can you share the steps you are taking before you get this error?
Additionally, are you using App Platform or a Droplet to try and deploy the application?