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

Getting an Import error #16

Open
graingerkid opened this issue Jun 12, 2015 · 1 comment
Open

Getting an Import error #16

graingerkid opened this issue Jun 12, 2015 · 1 comment

Comments

@graingerkid
Copy link

Any ideas why I'm getting...

 ImportError: cannot import name ScopedSession
@bossiernesto
Copy link
Collaborator

Hi, this is due to a problem between the elixir dependency when it uses SQLAlchemy, to solve that i tried with something like

sudo pip install SQLAlchemy==0.7.8

On newer versions of SQLAlchemy the ScopedSession doesn't exist anymore. I'll be freezing the requirements.txt to use SQLAlchemy==0.7.8 version, and in the future use the declarative version of SQL Alchemy to replace elixir.

Thanks for noting this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants