Skip to content

Debugging

Sowmiya Nagarajan edited this page Mar 21, 2020 · 3 revisions

Possible issues

1. Missing python 3 installation

Currently stack.py can only run in a python3 installation (Python2 is already deprecated 😜) Thus make sure either python or python3 point to a python3 installation in your machine.

2. Insufficent docker memory

When trying to bring up multiple containers, it's important to have 6-8GB memory provisioned in your docker desktop installation. By default docker gets installed with 2GB memory. This can be increased in docker preferences --> resources tab.

Clone this wiki locally