Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #54111
    AverageJoe
    Participant

    Hey,

    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.

    #54131
    Diego PérezDiego Pérez
    Moderator

    Hi!
    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.