Files
2012-02-21 01:15:00 -05:00

1 line
3.6 KiB
JSON

[{"user_id": 21059, "stars": [], "topic_id": 18323, "date_created": 1302401561.781189, "message": "I just tried to install django-registration in my requirements.txt file but the epio server gave me an error. I'm pretty sure it's installed it before....", "group_id": 2873, "id": 607452}, {"user_id": 8740, "stars": [], "topic_id": 18323, "date_created": 1302428833.270757, "message": "@dsr What was the error, exactly?", "group_id": 2873, "id": 608613}, {"user_id": 21059, "stars": [], "topic_id": 18323, "date_created": 1302443612.4782779, "message": "Here you go:", "group_id": 2873, "id": 609506}, {"user_id": 21059, "stars": [], "topic_id": 18323, "date_created": 1302443664.9573209, "message": "Exception:\nTraceback (most recent call last):\n File \"/usr/local/lib/python2.6/dist-packages/pip/basecommand.py\", line 130, in main\n self.run(options, args)\n File \"/usr/local/lib/python2.6/dist-packages/pip/commands/install.py\", line 195, in run\n InstallRequirement.from_line(name, None))\n File \"/usr/local/lib/python2.6/dist-packages/pip/req.py\", line 101, in from_line\n return cls(req, comes_from, url=url)\n File \"/usr/local/lib/python2.6/dist-packages/pip/req.py\", line 41, in __init__\n req = pkg_resources.Requirement.parse(req)\n File \"/tmp/tmpyZjxkB-bundler/pyenv_bb6ce28a0d8b9734a28bcdaaf2164497beeaf10b/lib/python2.6/site-packages/distribute-0.6.14-py2.6.egg/pkg_resources.py\", line 2562, in parse\n raise ValueError(\"Expected only one requirement\", s)\nValueError: ('Expected only one requirement', 'South\\rdjango-registration')\n\nStoring complete log in /dev/null\nTraceback (most recent call last):\n File \"/usr/local/lib/python2.6/dist-packages/pip/runner.py\", line 16, in <module>\n exit = run()\n File \"/usr/local/lib/python2.6/dist-packages/pip/runner.py\", line 12, in run\n return pip.main()\n File \"/usr/local/lib/python2.6/dist-packages/pip/__init__.py\", line 116, in main\n return command.main(initial_args, args[1:], options)\n File \"/usr/local/lib/python2.6/dist-packages/pip/basecommand.py\", line 148, in main\n logger.fatal('Storing complete log in %s' % log_fn)\n File \"/usr/local/lib/python2.6/dist-packages/pip/log.py\", line 48, in fatal\n self.log(self.FATAL, msg, *args, **kw)\n File \"/usr/local/lib/python2.6/dist-packages/pip/log.py\", line 74, in log\n consumer.write(rendered+'\\n')\nValueError: I/O operation on closed file\n\nExit code: 1Traceback (most recent call last):\n File \"/usr/lib/pymodules/python2.6/eventlet/hubs/poll.py\", line 99, in wait\n readers.get(fileno, noop).cb(fileno)\n File \"/usr/lib/pymodules/python2.6/eventlet/greenthread.py\", line 202, in main\n result = function(*args, **kwargs)\n File \"/opt/situat/backend/situat_backend/bundler/bundle.py\", line 412, in install_package\n raise BundleError(\"Requirement %s failed to install. Please check your requirements.txt file before retrying.\" % line)\ndjango-registration failed to install. Please check your requirements.txt file before retrying.\nRemoving descriptor: 8\nep.io: Bundling error!\ndjango-registration failed to install. Please check your requirements.txt file before retrying.\n", "group_id": 2873, "id": 609512}, {"user_id": 8740, "stars": [], "topic_id": 18323, "date_created": 1302471393.739229, "message": "@dsr Looks like you have a \"\\r\" line ending, which shouldn't happen - fix the requirements file to use \"\\n\" or \"\\r\\n\", and you should be fine", "group_id": 2873, "id": 614174}, {"user_id": 21059, "stars": [], "topic_id": 18323, "date_created": 1302480789.197298, "message": "Oh. Crap. Yeah. I didn't notice that. Thanks.", "group_id": 2873, "id": 615893}]