Seite 1 von 1

WebInterface RPI OpenMediaVault

Verfasst: Mi 2. Jan 2019, 18:00
von Qaltec
Hey, have anyone tried installing MFBot on RPI(3) with OpenMediaVault? Or is there any Docker, which would run mfbot with webinterface on OMV?

Re: WebInterface RPI OpenMediaVault

Verfasst: Mi 2. Jan 2019, 19:11
von TakeViagraDieHard
Hello Qaltec,
I wrote a short installation guide for Pi3 with Raspbian 9. viewtopic.php?f=42&t=2142#p11267
Just the comments to the related commands are in German.

Most important is that you are using Python v3.6.5

Re: WebInterface RPI OpenMediaVault

Verfasst: Mo 7. Jan 2019, 23:31
von Qaltec
Ughh..

Instaling pip 3.6

Code: Alles auswählen

pip3.6 install --upgrade pip
Results:

Code: Alles auswählen

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-q82yhrm3/pycurl/
And:

Code: Alles auswählen

pip3.6 install -r requirements.txt
Results:

Code: Alles auswählen

 File "MainProgram.py", line 1, in <module>
    import dash
ModuleNotFoundError: No module named 'dash'
:(