Seite 1 von 1

bug in WebInterface(file requirements.txt)

Verfasst: Fr 12. Okt 2018, 15:22
von 1john2
Hi guys,
I try to enable MFBot v5.0.0.4 and webinterface.
Environment:
OpenVZ based container with latest Centos 7.5 as a host.
Docker container (version 1.10.3 due compatilibty reasons with OpnVZ kernel) and latest Centos 7.5 userspace for MFBot and webinterface.

Steps to reproduce
1) Inside docker container unpack webinterface.zip
2) run python3.6 -m pip install -r requirements.txt
fails due versions problem.
Solution: change dependency of dash to dash>=0.23.1.


Later I will publish repository with my changes

BR Jan