You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On newer systems there is no python2.7 available anymore. Is it a hard requirement or just a leftover? I have done a bit of quick searching around and haven't found a definitive answer if mumble web or any of its dependencies require python2.7.
Has anyone tried running it with python3 on a modern system?
Hello e1mo, this effects only the mumble-web.service - which is disabled by default. We haven't tried it on python2.7-free systems yet, since the latest Debian (10 / Buster), still has Debian support.
You could create a branch, add the newest Ubuntu in .travis.yml and enable mumble-web in the defaults and change the /usr/bin/python2 to /usr/bin/python3
On 14/09/2020 15.12, xshadow wrote:
Hello e1mo, this effects only the mumble-web.service - which is disabled by default. We haven't tried it on python2.7-free systems yet, since the latest Debian (10 / Buster), still has Debian support.
You could create a branch, add the newest Ubuntu in .travis.yml and enable mumble-web in the defaults and change the /usr/bin/python2 to /usr/bin/python3
```
env:
matrix:
- MOLECULE_DISTRO: debian10
- MOLECULE_DISTRO: debian9
```
On newer systems there is no python2.7 available anymore. Is it a hard requirement or just a leftover? I have done a bit of quick searching around and haven't found a definitive answer if mumble web or any of its dependencies require python2.7.
Has anyone tried running it with python3 on a modern system?
ansible-role-mumble/templates/mumble-web.service.j2
Line 6 in 93eb4d3
ansible-role-mumble/tasks/mumble-web.yml
Line 24 in 93eb4d3
The text was updated successfully, but these errors were encountered: