Advertisement
j7sx

Untitled

Aug 8th, 2015
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.42 KB | None | 0 0
  1. # Install requirement hashlib in virtualenv
  2. # Run 'pip install --download-cache=/home/sava/.buildozer/cache --target=/home/sava/virt/pwdhelper/.buildozer/applibs hashlib'
  3. # Cwd /home/sava/virt/pwdhelper/.buildozer
  4. DEPRECATION: --download-cache has been deprecated and will be removed in the future. Pip now automatically uses and configures its cache.
  5. Collecting hashlib
  6.   Using cached hashlib-20081119.zip
  7.     Complete output from command python setup.py egg_info:
  8.     Traceback (most recent call last):
  9.       File "<string>", line 3, in <module>
  10.       File "/home/sava/virt/pwdhelper/.buildozer/venv/lib/python2.7/site-packages/setuptools/__init__.py", line 11, in <module>
  11.         from setuptools.extension import Extension
  12.       File "/home/sava/virt/pwdhelper/.buildozer/venv/lib/python2.7/site-packages/setuptools/extension.py", line 8, in <module>
  13.         from .dist import _get_unpatched
  14.       File "/home/sava/virt/pwdhelper/.buildozer/venv/lib/python2.7/site-packages/setuptools/dist.py", line 16, in <module>
  15.         from setuptools.depends import Require
  16.       File "/home/sava/virt/pwdhelper/.buildozer/venv/lib/python2.7/site-packages/setuptools/depends.py", line 6, in <module>
  17.         from setuptools import compat
  18.       File "/home/sava/virt/pwdhelper/.buildozer/venv/lib/python2.7/site-packages/setuptools/compat.py", line 17, in <module>
  19.         import httplib
  20.       File "/usr/lib64/python2.7/httplib.py", line 80, in <module>
  21.         import mimetools
  22.       File "/usr/lib64/python2.7/mimetools.py", line 6, in <module>
  23.         import tempfile
  24.       File "/usr/lib64/python2.7/tempfile.py", line 35, in <module>
  25.         from random import Random as _Random
  26.       File "/usr/lib64/python2.7/random.py", line 49, in <module>
  27.         import hashlib as _hashlib
  28.       File "hashlib.py", line 115, in <module>
  29.         f()
  30.     TypeError: 'frozenset' object is not callable
  31.    
  32.     ----------------------------------------
  33. Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-N7U_wW/hashlib
  34. # Command failed: pip install --download-cache=/home/sava/.buildozer/cache --target=/home/sava/virt/pwdhelper/.buildozer/applibs hashlib
  35. #
  36. # Buildozer failed to execute the last command
  37. # The error might be hidden in the log above this error
  38. # Please read the full log, and search for it before
  39. # raising an issue with buildozer itself.
  40. # In case of a bug report, please add a full log with log_level = 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement