Created
January 20, 2016 13:59
-
-
Save facuescobar/3a60d86a3cd3ae523374 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
quirement already satisfied (use --upgrade to upgrade): argparse in /usr/lib/python2.7 (from dateutils->feedgen==0.3.1->-r requirements.txt (line 69)) | |
Installing collected packages: beautifulsoup4, BeautifulSoup, coffin, Jinja2, MySQL-python, coverage, django-nose, mock, nose, oauth2, poster, pymongo, python-digest, python-twitpic, redis, tweepy, event, eventlet, Pillow, boto, python-memcached, django-debug-toolbar, python-dateutil, lxml, chardet, jsmin, celery, django-celery, Logbook, IPy, google-api-python-client, readability-lxml, stripe, pycrypto, factory-boy, bitly-api, nltk, numpy, pyga, mailsnake, pytz, wand, ujson, uWSGI, enum34, kissmetrics, apns, gcm-client, python-intercom, oauthlib, epdb, ndg-httpsclient, geopy, storm, urltools, pygiflossy, mailchimp, ua-parser, django-import-export, redisext, fake-factory, ddt, feedgen, markdown, sqlparse, bleach, threadpool, pep8, pyflakes, flake8, termcolor, mongoengine, blinker, python-slugify, speedparser, feedparser, restea, arrow, Unipath, python-instagram, pysftp, pugixmltodict, inflection, parse, Django, requests, giphypop, requests-oauthlib, greenlet, billiard, kombu, python-gflags, simplejson, docopt, tablib, diff-match-patch, dateutils, mccabe, Unidecode, anyjson, amqp | |
Running setup.py install for beautifulsoup4 | |
error: could not create '/usr/local/lib/python2.7/dist-packages/bs4': Permission denied | |
Complete output from command /usr/bin/python -c "import setuptools, tokenize;__file__='/mnt/local/tmp/pip_build_escobar/beautifulsoup4/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-vc4m8Z-record/install-record.txt --single-version-externally-managed --compile: | |
running install | |
running build | |
running build_py | |
creating build | |
creating build/lib.linux-x86_64-2.7 | |
creating build/lib.linux-x86_64-2.7/bs4 | |
copying bs4/dammit.py -> build/lib.linux-x86_64-2.7/bs4 | |
copying bs4/__init__.py -> build/lib.linux-x86_64-2.7/bs4 | |
copying bs4/element.py -> build/lib.linux-x86_64-2.7/bs4 | |
copying bs4/testing.py -> build/lib.linux-x86_64-2.7/bs4 | |
creating build/lib.linux-x86_64-2.7/bs4/builder | |
copying bs4/builder/_lxml.py -> build/lib.linux-x86_64-2.7/bs4/builder | |
copying bs4/builder/_htmlparser.py -> build/lib.linux-x86_64-2.7/bs4/builder | |
copying bs4/builder/_html5lib.py -> build/lib.linux-x86_64-2.7/bs4/builder | |
copying bs4/builder/__init__.py -> build/lib.linux-x86_64-2.7/bs4/builder | |
creating build/lib.linux-x86_64-2.7/bs4/tests | |
copying bs4/tests/test_builder_registry.py -> build/lib.linux-x86_64-2.7/bs4/tests | |
copying bs4/tests/test_tree.py -> build/lib.linux-x86_64-2.7/bs4/tests | |
copying bs4/tests/test_lxml.py -> build/lib.linux-x86_64-2.7/bs4/tests | |
copying bs4/tests/test_soup.py -> build/lib.linux-x86_64-2.7/bs4/tests | |
copying bs4/tests/__init__.py -> build/lib.linux-x86_64-2.7/bs4/tests | |
copying bs4/tests/test_htmlparser.py -> build/lib.linux-x86_64-2.7/bs4/tests | |
copying bs4/tests/test_docs.py -> build/lib.linux-x86_64-2.7/bs4/tests | |
copying bs4/tests/test_html5lib.py -> build/lib.linux-x86_64-2.7/bs4/tests | |
running install_lib | |
creating /usr/local/lib/python2.7/dist-packages/bs4 | |
error: could not create '/usr/local/lib/python2.7/dist-packages/bs4': Permission denied | |
---------------------------------------- | |
Cleaning up... | |
Command /usr/bin/python -c "import setuptools, tokenize;__file__='/mnt/local/tmp/pip_build_escobar/beautifulsoup4/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-vc4m8Z-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /mnt/local/tmp/pip_build_escobar/beautifulsoup4 | |
Traceback (most recent call last): | |
File "/usr/local/bin/pip", line 9, in <module> | |
load_entry_point('pip==1.5.4', 'console_scripts', 'pip')() | |
File "/usr/lib/python2.7/dist-packages/pip/__init__.py", line 185, in main | |
return command.main(cmd_args) | |
File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 161, in main | |
text = '\n'.join(complete_log) | |
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 72: ordinal not in range(128) | |
Applying migrations for [default] | |
-------------------------------------------------- | |
Applying migrations for [stats] | |
-------------------------------------------------- | |
done. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment