inhome@inhome-NUC12DCMi7:~/git/sabnzbd-with-pipelining$ sudo docker run sanderjo/sabnzbd-pipelining Traceback (most recent call last): File "/sabnzbd/SABnzbd.py", line 65, in import sabnzbd File "/sabnzbd/sabnzbd/__init__.py", line 85, in import sabnzbd.rss as rss File "/sabnzbd/sabnzbd/rss.py", line 44, in import sabnzbd.emailer as emailer File "/sabnzbd/sabnzbd/emailer.py", line 36, in from sabnzbd.notifier import check_cat File "/sabnzbd/sabnzbd/notifier.py", line 41, in from sabnzbd.newsunpack import create_env File "/sabnzbd/sabnzbd/newsunpack.py", line 68, in from sabnzbd.nzbstuff import NzbObject File "/sabnzbd/sabnzbd/nzbstuff.py", line 98, in from sabnzbd.downloader import Server File "/sabnzbd/sabnzbd/downloader.py", line 37, in from sabnzbd.newswrapper import NewsWrapper, NNTPPermanentError File "/sabnzbd/sabnzbd/newswrapper.py", line 54, in class NewsWrapper: File "/sabnzbd/sabnzbd/newswrapper.py", line 121, in NewsWrapper def article(self) -> Optional[sabnzbd.nzbstuff.Article]: ^^^^^^^^^^^^^^^^ AttributeError: partially initialized module 'sabnzbd' has no attribute 'nzbstuff' (most likely due to a circular import) inhome@inhome-NUC12DCMi7: