The current install of kraken (4 or 5) depends on python-bidi with an relaxed dependancy (no pinned version)
Between 0.4.x and 0.5.x, python-bidi moved the get_display function from bidi.algorythm to bidi (basically root of the module) which breaks any fresh install of kraken.
Two options
Move to 0.5.1, pin the dependency, and update the import within kraken
The current install of kraken (4 or 5) depends on python-bidi with an relaxed dependancy (no pinned version)
Between
0.4.x
and0.5.x
, python-bidi moved theget_display
function frombidi.algorythm
tobidi
(basically root of the module) which breaks any fresh install of kraken.Two options