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

Install without sql feature fails #33

Closed
Kraymer opened this issue Mar 27, 2016 · 1 comment
Closed

Install without sql feature fails #33

Kraymer opened this issue Mar 27, 2016 · 1 comment
Assignees
Labels

Comments

@Kraymer
Copy link

Kraymer commented Mar 27, 2016

repo freshly cloned,
OSX 10.11.12

flap at MacBook-Pro on master* ± python ./setup.py --without-sql  install                                                                                          ~/Dev/imdbpy 1 ↵ 
Created locale for: ar bg de en es fr it tr.
Traceback (most recent call last):
  File "./setup.py", line 238, in <module>
    setuptools.setup(**params)
  File "/usr/local/Cellar/python/2.7.8_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 137, in setup
    ok = dist.parse_command_line()
  File "build/bdist.macosx-10.9-x86_64/egg/setuptools/dist.py", line 275, in parse_command_line
  File "build/bdist.macosx-10.9-x86_64/egg/setuptools/dist.py", line 371, in _finalize_features
  File "build/bdist.macosx-10.9-x86_64/egg/setuptools/dist.py", line 785, in include_in
  File "build/bdist.macosx-10.9-x86_64/egg/setuptools/dist.py", line 414, in include_feature
distutils.errors.DistutilsOptionError: access to SQL databases is required, but was excluded or is not available
@alberanid alberanid self-assigned this Mar 28, 2016
@alberanid alberanid added the bug label Mar 28, 2016
@alberanid
Copy link
Collaborator

Hi,
it seems that some of the logic behind setuptools has changed.

You can obtain the same result specifying also the --without-sqlobject --without-sqlalchemy command line arguments.

Thanks for the report!

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