You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
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)
The text was updated successfully, but these errors were encountered: