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

python setup.py install errors out #115

Closed
sorenriise opened this issue Oct 24, 2013 · 1 comment
Closed

python setup.py install errors out #115

sorenriise opened this issue Oct 24, 2013 · 1 comment
Labels
Milestone

Comments

@sorenriise
Copy link

[sqlparse-master]$ python --version
Python 2.7.3

[sqlparse-master]$ python setup.py install
Traceback (most recent call last):
File "setup.py", line 93, in
setup(
NameError: name 'setup' is not defined

@andialbrecht
Copy link
Owner

ugh, this is caused by a very questionable commit by me (d19d011), sorry

quickfix: install setuptools
...or just wait a few minutes and update your checkout :)

ovr pushed a commit to cube-js/sqlparse that referenced this issue Dec 26, 2020
Doc improvements and follow-ups to the recent PRs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants