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

the setup.py file need to fix. #3318

Closed
3 tasks
feixialong opened this issue Aug 17, 2017 · 3 comments
Closed
3 tasks

the setup.py file need to fix. #3318

feixialong opened this issue Aug 17, 2017 · 3 comments

Comments

@feixialong
Copy link

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')

@xrmx
Copy link
Contributor

xrmx commented Aug 17, 2017

static/assets is a link to assets. Are you on windows?

@feixialong
Copy link
Author

i am on ubuntu14.04,the link can not work

@feixialong
Copy link
Author

im wrong,when i delete the static,i can compile it. but ,superset can not running . some file depend on it

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