Error: ModuleNotFoundError: No module named 'moneyed' when running 'docker-compose up' #6761
-
Hello everyone, I've encountered an issue while trying to run docker-compose up in the stable branch of InvenTree. The error message I'm receiving is ModuleNotFoundError: No module named 'moneyed'. Despite attempting to resolve it by running pip install py-moneyed, the problem persists. Could someone provide insight or suggestions on how to resolve this issue? Any help would be greatly appreciated. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Can you please share: a) The sequence of commands you have used to install |
Beta Was this translation helpful? Give feedback.
-
@guilhermedecastrogt ok if you are using the docker install guide you will note that the first command should always be:
So, please run this first! Also you are running the development docker compose file, not the production docker compose file (as per the install guide, again) |
Beta Was this translation helpful? Give feedback.
@guilhermedecastrogt ok if you are using the docker install guide you will note that the first command should always be:
So, please run this first!
Also you are running the development docker compose file, not the production docker compose file (as per the install guide, again)