-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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
Cannot install superset on empty Centos7 #6060
Comments
Very similar issue on Ubuntu: (venv) ubuntu@ip-10-85-150-171:~$ fabmanager create-admin --app superset |
I retried the installation on ubuntu 18.04 today and fortunately the error is gone:
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Make sure these boxes are checked before submitting your issue - thank you!
Superset version
Latest
Environment
(venv) [centos@ip-10-85-150-47 ~]$ cat /etc/redhat-release
CentOS Linux release 7.5.1804 (Core)
(venv) [centos@ip-10-85-150-47 ~]$ pip -V
pip 18.1 from /home/centos/venv/lib/python2.7/site-packages/pip (python 2.7)
Expected results
Fabmanager create admin should create the admin user
Actual results
/home/centos/venv/lib/python2.7/site-packages/superset/security.py:12: FSADeprecationWarning: "_BoundDeclarativeMeta" has been renamed to "DefaultMeta". The old name will be removed in 3.0.
from flask_appbuilder.security.sqla import models as ab_models
/home/centos/venv/lib/python2.7/site-packages/superset/security.py:12: FSADeprecationWarning: "_BoundDeclarativeMeta" has been renamed to "DefaultMeta". The old name will be removed in 3.0.
from flask_appbuilder.security.sqla import models as ab_models
/home/centos/venv/lib/python2.7/site-packages/superset/security.py:12: FSADeprecationWarning: "_BoundDeclarativeMeta" has been renamed to "DefaultMeta". The old name will be removed in 3.0.
from flask_appbuilder.security.sqla import models as ab_models
/home/centos/venv/lib/python2.7/site-packages/superset/security.py:12: FSADeprecationWarning: "_BoundDeclarativeMeta" has been renamed to "DefaultMeta". The old name will be removed in 3.0.
from flask_appbuilder.security.sqla import models as ab_models
/home/centos/venv/lib/python2.7/site-packages/superset/security.py:12: FSADeprecationWarning: "_BoundDeclarativeMeta" has been renamed to "DefaultMeta". The old name will be removed in 3.0.
from flask_appbuilder.security.sqla import models as ab_models
/home/centos/venv/lib/python2.7/site-packages/superset/security.py:12: FSADeprecationWarning: "_BoundDeclarativeMeta" has been renamed to "DefaultMeta". The old name will be removed in 3.0.
from flask_appbuilder.security.sqla import models as ab_models
Was unable to import superset Error: make_declarative_base() takes at most 2 arguments (3 given)
Steps to reproduce
Following the tutorial https://superset.incubator.apache.org/installation.html creating virtual env, installing setuptools then installing superset (which contains one warning: pip install superset
flask-appbuilder 1.10.0 has requirement Flask-SQLAlchemy==2.1, but you'll have flask-sqlalchemy 2.3.2 which is incompatible. )
The text was updated successfully, but these errors were encountered: