'COULD NOT IMPORT "FILENAME" Python Flask

How should I do to fix error in my project when I flask run there are error: Could not import 'main' I can't send the picture because 10 reputation not yet



Solution 1:[1]

So I figured it out. Quarkus doesn't work well with the initial implementation of the KMS client: implementation 'com.amazonaws:aws-java-sdk-kms:1.11.483'

You should use implementation 'io.quarkus:quarkus-amazon-kms'

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 user1819111