Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python3.2 running pip gives SyntaxError: invalid syntax #13

Closed
vbabiy opened this issue Mar 15, 2011 · 1 comment
Closed

Python3.2 running pip gives SyntaxError: invalid syntax #13

vbabiy opened this issue Mar 15, 2011 · 1 comment
Labels
auto-locked Outdated issues that have been locked by automation type: bug A confirmed bug or unintended behavior

Comments

@vbabiy
Copy link
Contributor

vbabiy commented Mar 15, 2011

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


@vbabiy
Copy link
Contributor Author

vbabiy commented Mar 15, 2011

Pip does not support Python 3 yet. I have started some work, but it is not
ready...


Original Comment By: Hugo Lopes Tavares

@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 6, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 6, 2019
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation type: bug A confirmed bug or unintended behavior
Projects
None yet
Development

No branches or pull requests

1 participant