This topic has 1 reply, 2 voices, and was last updated 4 years, 9 months ago by Diego Pérez.Viewing 2 posts - 1 through 2 (of 2 total)AuthorPosts July 26, 2020 at 8:59 pm #43097 goby245ParticipantWhen I`m trying to run my script on python3 terminal gives me error: ModuleNotFoundError: No module named ‘netfilterqueue’. My code: https://pastebin.com/XNrHyGfJ Terminal output screen: https://cdn.discordapp.com/attachments/711568546609758280/737035980439289884/unknown.png July 27, 2020 at 4:04 am #43116 Diego PérezModeratorHi!Use this commands to install it for python3:apt-get install build-essential python-dev libnetfilter-queue-dev pip3 install -U git+https://github.com/kti/python-netfilterqueueMaybe first uninstall the versions you have already installed.Let me know how it goes! Diego AuthorPosts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic.