-
Notifications
You must be signed in to change notification settings - Fork 173
Natter Docker image misses natterutils module #163
Copy link
Copy link
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels