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 :/
Installing Scapy on anaconda python 3. Windows 10-64
3.9k views Asked by Alexander Rey At
2
There are 2 answers
0
On
- 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'
Did you try to install scapy with
pip3?Or you can try to install it like this:
You need to check that you are installing it with the same python version than the one you are using