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 :/
Asked
Active
Viewed 3,642 times
2 Answers
1
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

Cukic0d
- 5,111
- 2
- 19
- 48

lovinghate
- 63
- 7
-
It work really well, ty so much, i am still a begginer :3 – Alexander Rey May 09 '19 at 01:42
0
- Go To: https://anaconda.org/anaconda/scapy
- Click on 'Files' tab
- Download Latest Package
- Extract with '7zip' or other extractor software
- Open 'Anaconda' Click on 'Environment' on Left side
- Click on 'import'
- Locate the extracted directory and open '.yml' file
- Click on Anaconda->Environment -> 'update index'

UDIT PATEL
- 123
- 1
- 1
- 8