Wanted to take Tarbell for a spin but I'm having trouble with the install, which borked on my home laptop (PC) as well as a Linux server. Have git installed on both -- saw that was the issue for some other users. Here's the last error message thrown (I have the full pip log saved, too, if that's any help). Thanks for any pointers. -cw
Traceback (most recent call last):
File "<string>", line 17, in <module>
File "/tmp/pip_build_omaha/boto/setup.py", line 37, in <module>
from boto import __version__
File "./boto/__init__.py", line 27, in <module>
from boto.pyami.config import Config, BotoConfigLocations
File "./boto/pyami/config.py", line 185
print s.getvalue()
^
SyntaxError: invalid syntax
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 17, in <module>
File "/tmp/pip_build_omaha/boto/setup.py", line 37, in <module>
from boto import __version__
File "./boto/__init__.py", line 27, in <module>
from boto.pyami.config import Config, BotoConfigLocations
File "./boto/pyami/config.py", line 185
print s.getvalue()
^
SyntaxError: invalid syntax
----------------------------------------
Cleaning up...
Removing temporary dir /tmp/pip_build_omaha...
Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_omaha/boto
Exception information:
Traceback (most recent call last):
File "/home/omaha/lib/python3.3/pip-1.5-py3.3.egg/pip/basecommand.py", line 122, in main
status = self.run(options, args)
File "/home/omaha/lib/python3.3/pip-1.5-py3.3.egg/pip/commands/install.py", line 270, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
File "/home/omaha/lib/python3.3/pip-1.5-py3.3.egg/pip/req.py", line 1206, in prepare_files
req_to_install.run_egg_info()
File "/home/omaha/lib/python3.3/pip-1.5-py3.3.egg/pip/req.py", line 312, in run_egg_info
command_desc='python setup.py egg_info')
File "/home/omaha/lib/python3.3/pip-1.5-py3.3.egg/pip/util.py", line 696, in call_subprocess
% (command_desc, proc.returncode, cwd))
pip.exceptions.InstallationError: Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_omaha/boto