python-3.xanacondawindows64

Installing Scapy on anaconda python 3. Windows 10-64


I am trying to install scapy on my anaconda. I am using windows 10. Everytime i try to install scapy for windows -64 it does not install. I install from the prompt. any other ideas, please :/


Solution

  • Did you try to install scapy with pip3?

    pip3 install scapy
    

    Or you can try to install it like this:

    conda install -c conda-forge scapy
    

    You need to check that you are installing it with the same python version than the one you are using