Problem with Geoviewer Fedora 32

Dear Fluka users,

I upgraded my OS to Fedora 32, and tried to install a new version of Flair. The program works fine, but it cannot find geoviewer, though I’ve installed it. Can anyone, please, tell me how to get rid of it? I attached screenshots from installation and with error message.

Sincerely,

Alexy

Dear Alexy,

thank you very much for reporting the problem.
The issue is that, the .rpm package was built with python 3.7, while Fedora 32 uses python 3.8.

Until a compatible package is released, you can install Flair (and Geoviewer) from the .tar files.

You will need to install some extra packages, to avoid compilation errors:

gcc-c++
libX11-devel
python3-devel
tk-devel

Cheers,
David

1 Like