Skip to content

Instantly share code, notes, and snippets.

@y3dips
Created March 2, 2014 14:34
Show Gist options
  • Save y3dips/9307440 to your computer and use it in GitHub Desktop.
Save y3dips/9307440 to your computer and use it in GitHub Desktop.
Install w3af macosx
raise ValueError, 'unknown locale: %s' % localename
ValueError: unknown locale: UTF-8
----------------------------------------
Command python setup.py egg_info failed with error code 1 in /tmp/pip-build/clamd
Storing complete log in /Users/ammar/Library/Logs/pip.log
Raiser:w3af ammar$ locale
LANG=
LC_COLLATE="C"
LC_CTYPE="UTF-8"
LC_MESSAGES="C"
LC_MONETARY="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_ALL=
Raiser:w3af ammar$ export LC_CTYPE=en_US.UTF-8
Raiser:w3af ammar$ locale
LANG=
LC_COLLATE="C"
LC_CTYPE="en_US.UTF-8"
LC_MESSAGES="C"
LC_MONETARY="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_ALL=
Raiser:w3af ammar$ sudo pip install clamd PyGithub GitPython esmre chardet pdfminer futures guess-language cluster msgpack-python python-ntlm
Password:
Downloading/unpacking clamd
Running setup.py egg_info for package clamd
Installed /private/tmp/pip-build/clamd/d2to1-0.2.11-py2.7.egg
[d2to1] running patched manifest_maker command with extra_files support
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment