Python3.2 running pip gives SyntaxError: invalid syntax #13
Labels
auto-locked
Outdated issues that have been locked by automation
type: bug
A confirmed bug or unintended behavior
Traceback (most recent call last):
File "/usr/local/bin/pip", line 9, in
load_entry_point('pip==0.8.2', 'console_scripts', 'pip')()
File "/usr/local/lib/python3.2/site-packages/distribute-0.6.14-py3.2.egg/pkg_resources.py", line 305, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/local/lib/python3.2/site-packages/distribute-0.6.14-py3.2.egg/pkg_resources.py", line 2244, in load_entry_point
return ep.load()
File "/usr/local/lib/python3.2/site-packages/distribute-0.6.14-py3.2.egg/pkg_resources.py", line 1954, in load
entry = import(self.module_name, globals(),globals(), ['name'])
File "/usr/local/lib/python3.2/site-packages/pip-0.8.2-py3.2.egg/pip/init.py", line 56
print dist
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: