Skip to content

Issue in starting mrsm stack #78

Answered by bmeares
lrangar asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @lrangar, thanks for reporting this bug! I spun up an Ubuntu 18.04 VM to investigate and was able to reproduce the issue. I believe this edge case was brought up by differences in the Python 3.8 standard library between Ubuntu 18.04 and 20.04+.

I threw together a quick patch and published v1.3.2 which should fix things for you:

pip install --upgrade meerschaum

Hopefully this should fix the issue! If you run into more problems, I recommend upgrading to Ubuntu 20.04 if possible.

Lastly, don't forget to add your user to the docker group for the stack command to work:

sudo usermod -aG docker $USER

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lrangar
Comment options

Answer selected by bmeares
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants