Guest User

Untitled

a guest
Nov 9th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. ```
  2. [manjaro RsaCtfTool-master]# pip install PyCrypto
  3. Collecting PyCrypto
  4. Using cached https://files.pythonhosted.org/packages/60/db/645aa9af249f059cc3a368b118de33889219e0362141e75d4eaf6f80f163/pycrypto-2.6.1.tar.gz
  5. Building wheels for collected packages: PyCrypto
  6. Building wheel for PyCrypto (setup.py) ... error
  7. ERROR: Command errored out with exit status 1:
  8. command: /usr/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-kwq12ozd/PyCrypto/setup.py'"'"'; __file__='"'"'/tmp/pip-install-kwq12ozd/PyCrypto/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/pip-wheel-hyr5dgny --python-tag cp37
  9. cwd: /tmp/pip-install-kwq12ozd/PyCrypto/
  10. Complete output (187 lines):
  11. running bdist_wheel
  12. running build
  13. running build_py
  14. creating build
  15. creating build/lib.linux-x86_64-3.7
  16. creating build/lib.linux-x86_64-3.7/Crypto
  17. copying lib/Crypto/pct_warnings.py -> build/lib.linux-x86_64-3.7/Crypto
  18. copying lib/Crypto/__init__.py -> build/lib.linux-x86_64-3.7/Crypto
  19. creating build/lib.linux-x86_64-3.7/Crypto/Hash
  20. copying lib/Crypto/Hash/MD5.py -> build/lib.linux-x86_64-3.7/Crypto/Hash
Advertisement
Add Comment
Please, Sign In to add comment