Tagged: scapyThis topic has 1 reply, 2 voices, and was last updated 4 years, 1 month ago by Diego Pérez.Viewing 2 posts - 1 through 2 (of 2 total)AuthorPosts April 21, 2021 at 6:07 pm #54111 AverageJoeParticipantHey,I am using the command “import scapy.all as scapy” in Pycharm. However, Pycharm is saying ModuleNotFoundError: No module named ‘scapy‘I run the app in Terminal and works with no errors.Seems there is a conflict, but not sure if this will be a problem in the future. April 22, 2021 at 6:12 pm #54131 Diego PérezParticipantHi! Avoid running the scripts in pycharm’s terminal, it uses a virtual python environment so it won’t be able to find the libraries installed on your system. As long as they work fine when run in kali’s terminal is ok.Greetings! Diego AuthorPosts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic.