ImportError: No module named __main__ #758
-
I get this error after running docker-compose up. Seems like python module issue, not able to figure what is missing here. The only change I made was changing port to 8080 in docker-compose.override.yml file
EDITED: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Found the issue. The 'rx' permissions for 'others' were missing for the folders, chmod 755 fixed the issue. |
Beta Was this translation helpful? Give feedback.
Found the issue. The 'rx' permissions for 'others' were missing for the folders, chmod 755 fixed the issue.