-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
"Was unable to import panoramix Error: No module named markdown" #44
Comments
It looks like the dependency was missing in 0.4.0, it's ok in master. I'm getting ready to push 0.5.0 and there are tons of new features there. It should be mostly backwards compatible but maybe not 100%. |
hughhhh
referenced
this issue
in lyft/incubator-superset
Apr 1, 2018
After some struggling and finally asking here https://lyft.slack.com/archives/C0L0ESEEA/p1510072138000570, I figured that s3 buckets and much of what's in `orca/` gets executed on deploy (as opposed to on `salt-call` as someone might expect). Since that's the case, this PR only creates the buckets and related iam, once it's deployed I should be able to test on a following PR that configures the app to use the bucket.
michellethomas
added a commit
to michellethomas/panoramix
that referenced
this issue
May 30, 2018
May merge apache master
simcha90
pushed a commit
to simcha90/incubator-superset
that referenced
this issue
Nov 22, 2020
feat: tree filter scopes UI
zhaoyongjie
referenced
this issue
in zhaoyongjie/incubator-superset
Nov 17, 2021
zhaoyongjie
referenced
this issue
in zhaoyongjie/incubator-superset
Nov 24, 2021
zhaoyongjie
referenced
this issue
in zhaoyongjie/incubator-superset
Nov 25, 2021
zhaoyongjie
referenced
this issue
in zhaoyongjie/incubator-superset
Nov 26, 2021
9 tasks
Mehrdad-A
pushed a commit
to Mehrdad-A/superset
that referenced
this issue
Oct 17, 2023
fix: Date picker + feature: themes
rguerraZero
pushed a commit
to rguerraZero/superset
that referenced
this issue
Feb 9, 2024
Fix drone superset
geido
added a commit
to devdomcom/apache_superset
that referenced
this issue
Jun 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got this error when running the
fabmanager create-admin --app panoramix
installation step, after typing in my user stuff.Things worked the next time after doing a
pip install markdown
.The text was updated successfully, but these errors were encountered: