audiolabs / webMUSHRA

a MUSHRA compliant web audio API based experiment software

Home Page:https://audiolabs.github.io/webMUSHRA/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AttributeError running docker-compose due to removed function

Simon-Stone opened this issue · comments

Trying to run docker-compose -f docker-compose.yml build I am getting the following error:

AttributeError: module 'platform' has no attribute 'linux_distribution'

According to some googling, this is because the function linux_distribution() was removed in Python 3.8.

Are you aware of this and/or are there any plans to support 3.8 anytime soon?

note, sure if this is related to our dockerfile since we don't even use python. Also I was able to build the container with newest version of docker on macOS.

If its related to the php image on linux, you might want to try 7.4-apache instead of 7.0...

@nullpunktTUD also if you are looking for a python backend: you might want to try https://github.com/nils-werner/pymushra

@nullpunktTUD great. If you feel we should add something to the readme, let us know (or reopen) 👍