Advertisement
Guest User

Untitled

a guest
Dec 30th, 2016
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 14.25 KB | None | 0 0
  1. Collecting imapclient
  2.   Downloading IMAPClient-1.0.2-py2.py3-none-any.whl (69kB)
  3.     100% |████████████████████████████████| 71kB 780kB/s
  4. Requirement already satisfied: mock==1.3.0 in /usr/local/lib/python3.5/dist-packages (from imapclient)
  5. Requirement already satisfied: six in /usr/lib/python3/dist-packages (from imapclient)
  6. Requirement already satisfied: backports.ssl>=0.0.9 in /usr/local/lib/python3.5/dist-packages (from imapclient)
  7. Collecting pyopenssl>=0.15.1 (from imapclient)
  8.   Downloading pyOpenSSL-16.2.0-py2.py3-none-any.whl (43kB)
  9.     100% |████████████████████████████████| 51kB 3.8MB/s
  10. Requirement already satisfied: pbr>=0.11 in /usr/local/lib/python3.5/dist-packages (from mock==1.3.0->imapclient)
  11. Collecting cryptography>=1.3.4 (from pyopenssl>=0.15.1->imapclient)
  12.   Downloading cryptography-1.7.1.tar.gz (420kB)
  13.     100% |████████████████████████████████| 430kB 1.7MB/s
  14. Requirement already satisfied: idna>=2.0 in /usr/local/lib/python3.5/dist-packages (from cryptography>=1.3.4->pyopenssl>=0.15.1->imapclient)
  15. Requirement already satisfied: pyasn1>=0.1.8 in /usr/local/lib/python3.5/dist-packages (from cryptography>=1.3.4->pyopenssl>=0.15.1->imapclient)
  16. Requirement already satisfied: setuptools>=11.3 in /usr/local/lib/python3.5/dist-packages/setuptools-31.0.0-py3.5.egg (from cryptography>=1.3.4->pyopenssl>=0.15.1->imapclient)
  17. Requirement already satisfied: cffi>=1.4.1 in /usr/local/lib/python3.5/dist-packages (from cryptography>=1.3.4->pyopenssl>=0.15.1->imapclient)
  18. Requirement already satisfied: pycparser in /usr/local/lib/python3.5/dist-packages (from cffi>=1.4.1->cryptography>=1.3.4->pyopenssl>=0.15.1->imapclient)
  19. Installing collected packages: cryptography, pyopenssl, imapclient
  20.   Running setup.py install for cryptography ... error
  21.     Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-5pcdlcja/cryptography/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))"'src/cryptography.egg-info/SOURCES.txt'
  22.     reading manifest template 'MANIFEST.in'
  23.     no previously-included directories found matching 'docs/_build'
  24.     warning: no previously-included files matching '*' found under directory 'vectors'
  25.     writing manifest file 'src/cryptography.egg-info/SOURCES.txt'
  26.     running build_ext
  27.     generating cffi module 'build/temp.linux-x86_64-3.5/_padding.c'
  28.     creating build/temp.linux-x86_64-3.5
  29.     generating cffi module 'build/temp.linux-x86_64-3.5/_constant_time.c'
  30.     generating cffi module 'build/temp.linux-x86_64-3.5/_openssl.c'
  31.     building '_openssl' extension
  32.     creating build/temp.linux-x86_64-3.5/build
  33.     creating build/temp.linux-x86_64-3.5/build/temp.linux-x86_64-3.5
  34.     x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c build/temp.linux-x86_64-3.5/_openssl.c -o build/temp.linux-x86_64-3.5/build/temp.linux-x86_64-3.5/_openssl.o
  35.     build/temp.linux-x86_64-3.5/_openssl.c:434:30: fatal error: openssl/opensslv.h: No such file or directory
  36.     compilation terminated.
  37.     error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
  38.    
  39.     ----------------------------------------
  40. Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-5pcdlcja/cryptography/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-eoamm481-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-5pcdlcja/cryptography/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement