Linux Houdini crashes trying to export a city sample

Houdini crashes after memory usage top up to 100%

https://docs.unrealengine.com/5.0/en-US/city-sample-quick-start-for-generating-a-city-and-freeway-using-houdini/

I use OpenSuse TW Linux and my Houdini crashes after memory usage became 100% even if I have 32 GB RAM. Last time I couldn’t even render a small project that was rendered before. I haven’t crash logs also. Houdini 20.0.7xx

All logs I have show same. Looks like a lot of hacks and Windows paths hardcode used:

opalias: The alias 'labs::retime' has the same name as an existing operator.
[12:43:34.792] Running Houdini 20.0.724 with PID 11269
[12:43:34.792] Temp directory is set to /tmp/houdini_temp/Small_City_my/pdgtemp/11133
[12:43:34.793] HDA: D:/builds/frosty/Collaboration/Frosty/ArtSource/libraries/houdini/otls/Building.hda
[12:43:34.793] Cooking frame 1.0
[12:43:34.793] Operator Type: Sop/building::building_generator::1.0
[12:43:34.793] ERROR: The HDA <D:/builds/frosty/Collaboration/Frosty/ArtSource/libraries/houdini/otls/Building.hda> could not be found
[12:43:34.793] ERROR: Failed to cook .hda

Export all PBC:

Traceback (most recent call last):
  File "Sop/null/export_all", line 1, in <module>
  File "/opt/sidefx/Houdini20.0.724/python/lib/python3.10/site-packages-forced/shiboken2/files.dir/shibokensupport/__feature__.py", line 142, in _import
    return original_import(name, *args, **kwargs)
ModuleNotFoundError: No module named 'freeway_export'

So, I set my env path in ~/.bashrc
export PYTHONPATH=$PYTHONPATH:~/CityHoudini/MyCity/python2.7libs/

And got the next error:

Traceback (most recent call last):
  File "Sop/null/export_all", line 1, in <module>
NameError: name 'reload' is not defined

Looks like the topic is here. But I can’t find where this reload file is.