Facebook
From Torrid Mosquito, 3 Years ago, written in Bash.
Embed
Download Paste or View Raw
Hits: 102
  1. root@jp-TUF-Gaming-FX505DD-FX505DD:/home/jp/Desktop/dpu_sw_mk2_beta-master/app# pip3 install pcapy
  2. Collecting pcapy
  3.   Using cached https://files.pythonhosted.org/packages/b0/68/b49e008f9e2b5ab727fb4b820c2e7d0914bd8dacb3c2d668a36b6e5d8991/pcapy-0.11.4.tar.gz
  4. Building wheels for collected packages: pcapy
  5.   Running setup.py bdist_wheel for pcapy ... error
  6.   Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-wkqp7upa/pcapy/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmp5l8fiy9fpip-wheel- --python-tag cp36:
  7.   running bdist_wheel
  8.   running build
  9.   running build_ext
  10.   building 'pcapy' extension
  11.   creating build
  12.   creating build/temp.linux-x86_64-3.6
  13.   x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.6m -c pcapdumper.cc -o build/temp.linux-x86_64-3.6/pcapdumper.o
  14.   pcapdumper.cc:11:10: fatal error: pcap.h: No such file or directory
  15.    #include <pcap.h>
  16.             ^~~~~~~~
  17.   compilation terminated.
  18.   error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
  19.  
  20.   ----------------------------------------
  21.   Failed building wheel for pcapy
  22.   Running setup.py clean for pcapy
  23. Failed to build pcapy
  24. Installing collected packages: pcapy
  25.   Running setup.py install for pcapy ... error
  26.     Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-wkqp7upa/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 /tmp/pip-w9jgghxr-record/install-record.txt --single-version-externally-managed --compile:
  27.     running install
  28.     running build
  29.     running build_ext
  30.     building 'pcapy' extension
  31.     creating build
  32.     creating build/temp.linux-x86_64-3.6
  33.     x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.6m -c pcapdumper.cc -o build/temp.linux-x86_64-3.6/pcapdumper.o
  34.     pcapdumper.cc:11:10: fatal error: pcap.h: No such file or directory
  35.      #include <pcap.h>
  36.               ^~~~~~~~
  37.     compilation terminated.
  38.     error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
  39.    
  40.     ----------------------------------------
  41. Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-wkqp7upa/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 /tmp/pip-w9jgghxr-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-wkqp7upa/pcapy/
  42.