We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I face some trouble when I install pcapy
正在建立程式庫 build\temp.win-amd64-3.6\Release\pcapy.cp36-win_amd64.lib 和物件 build\temp.win-amd64-3.6\Release\pcapy.cp36-win_amd64.exp pcapdumper.obj : error LNK2001: 無法解析的外部符號 pcap_dump_close pcapdumper.obj : error LNK2001: 無法解析的外部符號 pcap_dump
...............
pcapy.obj : error LNK2001: 無法解析的外部符號 pcap_findalldevs pcapy.obj : error LNK2001: 無法解析的外部符號 pcap_open_dead pcapy.obj : error LNK2001: 無法解析的外部符號 pcap_open_offline pcapy.obj : error LNK2001: 無法解析的外部符號 pcap_lookupnet build\lib.win-amd64-3.6\pcapy.cp36-win_amd64.pyd : fatal error LNK1120: 26 個無法解析的外部符號 error: Setup script exited with error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.12.25827\bin\HostX86\x64\link.exe' failed with exit status 1120
無法解析的外部符號 = unresolved external symbol
I use python3, anaconda in windows 10 ,64bit how can I solve this problem, THANKS
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I face some trouble when I install pcapy
正在建立程式庫 build\temp.win-amd64-3.6\Release\pcapy.cp36-win_amd64.lib 和物件 build\temp.win-amd64-3.6\Release\pcapy.cp36-win_amd64.exp
pcapdumper.obj : error LNK2001: 無法解析的外部符號 pcap_dump_close
pcapdumper.obj : error LNK2001: 無法解析的外部符號 pcap_dump
...............
pcapy.obj : error LNK2001: 無法解析的外部符號 pcap_findalldevs
pcapy.obj : error LNK2001: 無法解析的外部符號 pcap_open_dead
pcapy.obj : error LNK2001: 無法解析的外部符號 pcap_open_offline
pcapy.obj : error LNK2001: 無法解析的外部符號 pcap_lookupnet
build\lib.win-amd64-3.6\pcapy.cp36-win_amd64.pyd : fatal error LNK1120: 26 個無法解析的外部符號
error: Setup script exited with error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.12.25827\bin\HostX86\x64\link.exe' failed with exit status 1120
無法解析的外部符號 = unresolved external symbol
I use python3, anaconda in windows 10 ,64bit
how can I solve this problem, THANKS
The text was updated successfully, but these errors were encountered: