Skip to content
New issue

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

error LNK2001 #41

Open
Archev123 opened this issue Feb 26, 2018 · 0 comments
Open

error LNK2001 #41

Archev123 opened this issue Feb 26, 2018 · 0 comments

Comments

@Archev123
Copy link

Archev123 commented Feb 26, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant