Skip to content

Microsoft Visual C++ 14.0 is requiredΒ #93

@arossert

Description

@arossert

I'm trying to install pcapy module that needs compilation and I'm getting this error:

Installing collected packages: pcapy
    Running setup.py install for pcapy ... error
    ERROR: Command errored out with exit status 1:
     command: 'c:\Python37\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\users\\root\\Temp\\pip-install-cb7a8mfd\\pcapy\\setup.py'"'"'; __file__='"'"'C:\\users\\root\\Temp\\pip-install-cb7a8mfd\\pcapy\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\users\root\Temp\pip-record-37_jainp\install-record.txt' --single-version-externally-managed --compile --install-headers 'c:\Python37\Include\pcapy'
         cwd: C:\users\root\Temp\pip-install-cb7a8mfd\pcapy\
    Complete output (5 lines):
    running install
    running build
    running build_ext
    building 'pcapy' extension
    error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/
    ----------------------------------------

I have tried to install it manually but with no success, can this be done?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions