Hello
Using natter latest docker tag logs the reuse_port is not available on platform. Testing inside container, I see the natterutils module:
# python3
Python 3.13.5 (main, Jun 25 2025, 18:55:22) [GCC 14.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from natterutils import reuse_port
Traceback (most recent call last):
File "<python-input-0>", line 1, in <module>
from natterutils import reuse_port
ModuleNotFoundError: No module named 'natterutils'
There is a reason to this module missing on container?
Hello
Using natter latest docker tag logs the reuse_port is not available on platform. Testing inside container, I see the natterutils module:
There is a reason to this module missing on container?