flameTimewarpML
flameTimewarpML copied to clipboard
Centos 8 no longer ships with Konsole
Flame now uses gnome when using Centos 8 which breaks functionality as konsole seems to be a dependency.
Can work around by installing konsole but would be highly preferable to use gnome-terminal
Hi, assuming it is v0.4.3 there is a logic that tries to find out whether konsole is installed and use gnome terminal if it is not the case. Howewer as I don't have centos8 installed yet it has not been throoughly tested. If it is unable to detect the absense of konsole there is a possiblity to force it to use gnome terminal by setting gnome_terminal = True at line 23 of flameTimewarpML.py. Could you please try it and let me know if it works? Thank you
That works! I think I misdiagnosed the problem-- As I needed to install a newer version of pytorch etc to support my 3090, I was attempting to enter the miniconda3 environment using the init_env script, but it kept calling for konsole which wasn't installed.
Thank you!
I see, this is related to init_env script. Please keep this open, I will fix it in the next iteration, thank you!