You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 26, 2019. It is now read-only.
i'm not sure what i've done wrong but i installed all the requirements and this popped up
Traceback (most recent call last):
File "run.py", line 5, in
from goonpug import app
File "/home/esports/public_html/stats/goonpug/init.py", line 21, in
from flask.ext.sqlalchemy import SQLAlchemy
File "/usr/lib/python2.6/site-packages/flask/exthook.py", line 81, in load_module
reraise(exc_type, exc_value, tb.tb_next)
File "/usr/lib/python2.6/site-packages/flask_sqlalchemy/init.py", line 24, in
from sqlalchemy import orm, event
ImportError: cannot import name event
The text was updated successfully, but these errors were encountered:
Restarting with reloader
/usr/lib/python2.6/site-packages/flask_login.py:133: DeprecationWarning: Warning setup_app is deprecated. Please use init_app.
DeprecationWarning)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
i'm not sure what i've done wrong but i installed all the requirements and this popped up
Traceback (most recent call last):
File "run.py", line 5, in
from goonpug import app
File "/home/esports/public_html/stats/goonpug/init.py", line 21, in
from flask.ext.sqlalchemy import SQLAlchemy
File "/usr/lib/python2.6/site-packages/flask/exthook.py", line 81, in load_module
reraise(exc_type, exc_value, tb.tb_next)
File "/usr/lib/python2.6/site-packages/flask_sqlalchemy/init.py", line 24, in
from sqlalchemy import orm, event
ImportError: cannot import name event
The text was updated successfully, but these errors were encountered: