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
Make sure these boxes are checked before submitting your issue - thank you!
I have checked the superset logs for python stacktraces and included it here as text if any
I have reproduced the issue with at least the latest released version of superset
I have checked the issue tracker for the same issue and I haven't found one similar
Superset version
0.18.5
it is a litle problem,i find someone change the path static/assets,but the path in setup.py is also using.so,i think you need to fix it.
in the setup.py :
PACKAGE_DIR = os.path.join(BASE_DIR, 'superset', 'static', 'assets')
need to change as:
PACKAGE_DIR = os.path.join(BASE_DIR, 'superset', 'assets')
The text was updated successfully, but these errors were encountered:
Make sure these boxes are checked before submitting your issue - thank you!
Superset version
0.18.5
it is a litle problem,i find someone change the path static/assets,but the path in setup.py is also using.so,i think you need to fix it.
in the setup.py :
PACKAGE_DIR = os.path.join(BASE_DIR, 'superset', 'static', 'assets')
need to change as:
PACKAGE_DIR = os.path.join(BASE_DIR, 'superset', 'assets')
The text was updated successfully, but these errors were encountered: