FileNotFoundError:[WinError 2]系统找不到指定的文件(when "from scapy.all import *")
i struggled with the problem that i successfully installed scapy but yesterday my computer crashed and all the environments dead(include keras,tensorflow). Finally i had to re-install those cuda,cudnn and tensorflow. When i had no problem with "import scapy", i got the "FileNotFoundError:[WinError 2]系统找不到指定的文件" when i wrote "from scapy.all import *",all solutions from the google seemed not worked. So i wonder if someone has the same problem with me and whether there is someone abled to help me? I will be more than appretiated. (P.S. my system is win10, 64 bit,and Python version3.5.2 with anaconda, scapy version scapy-python3-0.23)

and i also can't use scapy in the cmd, cause it raised error : not found like this

the most crazy thing is that i can't even uninstalled or re-installed scapy,,,it just seemed to kill me.

I ran into issues running Scapy with Anaconda. My solution was to uninstall anaconda, and use the basic python install from python.org. My platform is the same as yours, Win 10 x64.