flameTimewarpML icon indicating copy to clipboard operation
flameTimewarpML copied to clipboard

Centos 8 no longer ships with Konsole

Open halalmeats opened this issue 3 years ago • 3 comments

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

halalmeats avatar May 03 '21 22:05 halalmeats

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

talosh avatar May 04 '21 14:05 talosh

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!

halalmeats avatar May 04 '21 22:05 halalmeats

I see, this is related to init_env script. Please keep this open, I will fix it in the next iteration, thank you!

talosh avatar May 05 '21 09:05 talosh