wechange-eg / cosinnus-devops

Devops repository for the WECHANGE suite. Your starting point to contribute to WECHANGE.
GNU Affero General Public License v3.0
22 stars 9 forks source link

ModuleNotFoundError: No module named 'django_select2' #42

Closed olsn closed 3 years ago

olsn commented 3 years ago

Hi,

i've setup the project with the simple steps of initializing the submodules. And when running docker-compose up the web-container shows and error with

ModuleNotFoundError: No module named 'django_select2'

I was wondering if I am missing any steps? Of course the frontend is not available in the case. Everything else runs fine as it seems.

olsn commented 3 years ago

Okay I managed to get past that error. I had to manually install the python dependencies, this step seems it was not covered by the provided steps in the readme.md pip3 install -r ./requirements_staging.txt

saschasommer commented 3 years ago

Hmm, that's odd. This should have been covered by the step pip install -r ./cosinnus-devops/requirements_local.txt described in section https://github.com/wechange-eg/cosinnus-devops#set-up-the-local-wechange-source-and-install-all-dependencies. Did you maybe forget that step, or did it not work?

olsn commented 3 years ago

I chose "Option A" 😅 - without that "manual" install it did not work and afterwards it did work. But I did not investigate any further - I might run it again to check.