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

"Was unable to import panoramix Error: No module named markdown" #44

Closed
gianm opened this issue Oct 7, 2015 · 1 comment
Closed

"Was unable to import panoramix Error: No module named markdown" #44

gianm opened this issue Oct 7, 2015 · 1 comment

Comments

@gianm
Copy link

gianm commented Oct 7, 2015

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.

2015-10-06 18:24:27,393:INFO:flask_appbuilder.security.sqla.manager:Security DB not found Creating all Models from Base
2015-10-06 18:24:27,404:INFO:flask_appbuilder.security.sqla.manager:Security DB Created
2015-10-06 18:24:27,407:INFO:flask_appbuilder.security.sqla.manager:Inserted Role: Admin
2015-10-06 18:24:27,411:INFO:flask_appbuilder.security.sqla.manager:Inserted Role: Public
2015-10-06 18:24:27,412:WARNING:flask_appbuilder.security.manager:No user yet created, use fabmanager command to do it.
2015-10-06 18:24:27,414:INFO:flask_appbuilder.base:Registering class MyIndexView on menu
2015-10-06 18:24:27,420:INFO:flask_appbuilder.base:Registering class UtilView on menu
2015-10-06 18:24:27,425:INFO:flask_appbuilder.base:Registering class LocaleView on menu
2015-10-06 18:24:27,430:INFO:flask_appbuilder.base:Registering class ResetPasswordView on menu
2015-10-06 18:24:27,446:INFO:flask_appbuilder.security.sqla.manager:Created Permission View: can this form post on ResetPasswordView
2015-10-06 18:24:27,453:INFO:flask_appbuilder.security.sqla.manager:Added Permission can this form post on ResetPasswordView to role Admin
2015-10-06 18:24:27,462:INFO:flask_appbuilder.security.sqla.manager:Created Permission View: can this form get on ResetPasswordView
2015-10-06 18:24:27,476:INFO:flask_appbuilder.security.sqla.manager:Added Permission can this form get on ResetPasswordView to role Admin
2015-10-06 18:24:27,476:INFO:flask_appbuilder.base:Registering class ResetMyPasswordView on menu
2015-10-06 18:24:27,489:INFO:flask_appbuilder.security.sqla.manager:Created Permission View: can this form post on ResetMyPasswordView
2015-10-06 18:24:27,496:INFO:flask_appbuilder.security.sqla.manager:Added Permission can this form post on ResetMyPasswordView to role Admin
2015-10-06 18:24:27,502:INFO:flask_appbuilder.security.sqla.manager:Created Permission View: can this form get on ResetMyPasswordView
2015-10-06 18:24:27,508:INFO:flask_appbuilder.security.sqla.manager:Added Permission can this form get on ResetMyPasswordView to role Admin
2015-10-06 18:24:27,508:INFO:flask_appbuilder.base:Registering class AuthDBView on menu
2015-10-06 18:24:27,515:INFO:flask_appbuilder.base:Registering class UserDBModelView on menu List Users
2015-10-06 18:24:27,531:INFO:flask_appbuilder.security.sqla.manager:Created Permission View: can edit on UserDBModelView
2015-10-06 18:24:27,539:INFO:flask_appbuilder.security.sqla.manager:Added Permission can edit on UserDBModelView to role Admin
2015-10-06 18:24:27,549:INFO:flask_appbuilder.security.sqla.manager:Created Permission View: can userinfo on UserDBModelView
2015-10-06 18:24:27,557:INFO:flask_appbuilder.security.sqla.manager:Added Permission can userinfo on UserDBModelView to role Admin
2015-10-06 18:24:27,568:INFO:flask_appbuilder.security.sqla.manager:Created Permission View: can delete on UserDBModelView
2015-10-06 18:24:27,576:INFO:flask_appbuilder.security.sqla.manager:Added Permission can delete on UserDBModelView to role Admin
2015-10-06 18:24:27,586:INFO:flask_appbuilder.security.sqla.manager:Created Permission View: can download on UserDBModelView
2015-10-06 18:24:27,595:INFO:flask_appbuilder.security.sqla.manager:Added Permission can download on UserDBModelView to role Admin
2015-10-06 18:24:27,604:INFO:flask_appbuilder.security.sqla.manager:Created Permission View: can list on UserDBModelView
2015-10-06 18:24:27,612:INFO:flask_appbuilder.security.sqla.manager:Added Permission can list on UserDBModelView to role Admin
2015-10-06 18:24:27,623:INFO:flask_appbuilder.security.sqla.manager:Created Permission View: can add on UserDBModelView
2015-10-06 18:24:27,631:INFO:flask_appbuilder.security.sqla.manager:Added Permission can add on UserDBModelView to role Admin
2015-10-06 18:24:27,639:INFO:flask_appbuilder.security.sqla.manager:Created Permission View: can show on UserDBModelView
2015-10-06 18:24:27,647:INFO:flask_appbuilder.security.sqla.manager:Added Permission can show on UserDBModelView to role Admin
2015-10-06 18:24:27,656:INFO:flask_appbuilder.security.sqla.manager:Created Permission View: resetmypassword on UserDBModelView
2015-10-06 18:24:27,663:INFO:flask_appbuilder.security.sqla.manager:Added Permission resetmypassword on UserDBModelView to role Admin
2015-10-06 18:24:27,672:INFO:flask_appbuilder.security.sqla.manager:Created Permission View: resetpasswords on UserDBModelView
2015-10-06 18:24:27,679:INFO:flask_appbuilder.security.sqla.manager:Added Permission resetpasswords on UserDBModelView to role Admin
2015-10-06 18:24:27,696:INFO:flask_appbuilder.security.sqla.manager:Created Permission View: menu access on List Users
2015-10-06 18:24:27,703:INFO:flask_appbuilder.security.sqla.manager:Added Permission menu access on List Users to role Admin
2015-10-06 18:24:27,714:INFO:flask_appbuilder.security.sqla.manager:Created Permission View: menu access on Security
2015-10-06 18:24:27,721:INFO:flask_appbuilder.security.sqla.manager:Added Permission menu access on Security to role Admin
2015-10-06 18:24:27,722:INFO:flask_appbuilder.base:Registering class RoleModelView on menu List Roles
2015-10-06 18:24:27,737:INFO:flask_appbuilder.security.sqla.manager:Created Permission View: can edit on RoleModelView
2015-10-06 18:24:27,746:INFO:flask_appbuilder.security.sqla.manager:Added Permission can edit on RoleModelView to role Admin
2015-10-06 18:24:27,753:INFO:flask_appbuilder.security.sqla.manager:Created Permission View: can delete on RoleModelView
2015-10-06 18:24:27,760:INFO:flask_appbuilder.security.sqla.manager:Added Permission can delete on RoleModelView to role Admin
2015-10-06 18:24:27,765:INFO:flask_appbuilder.security.sqla.manager:Created Permission View: can download on RoleModelView
2015-10-06 18:24:27,773:INFO:flask_appbuilder.security.sqla.manager:Added Permission can download on RoleModelView to role Admin
2015-10-06 18:24:27,778:INFO:flask_appbuilder.security.sqla.manager:Created Permission View: can list on RoleModelView
2015-10-06 18:24:27,785:INFO:flask_appbuilder.security.sqla.manager:Added Permission can list on RoleModelView to role Admin
2015-10-06 18:24:27,792:INFO:flask_appbuilder.security.sqla.manager:Created Permission View: can add on RoleModelView
2015-10-06 18:24:27,801:INFO:flask_appbuilder.security.sqla.manager:Added Permission can add on RoleModelView to role Admin
2015-10-06 18:24:27,807:INFO:flask_appbuilder.security.sqla.manager:Created Permission View: can show on RoleModelView
2015-10-06 18:24:27,815:INFO:flask_appbuilder.security.sqla.manager:Added Permission can show on RoleModelView to role Admin
2015-10-06 18:24:27,826:INFO:flask_appbuilder.security.sqla.manager:Created Permission View: Copy Role on RoleModelView
2015-10-06 18:24:27,836:INFO:flask_appbuilder.security.sqla.manager:Added Permission Copy Role on RoleModelView to role Admin
2015-10-06 18:24:27,849:INFO:flask_appbuilder.security.sqla.manager:Created Permission View: menu access on List Roles
2015-10-06 18:24:27,857:INFO:flask_appbuilder.security.sqla.manager:Added Permission menu access on List Roles to role Admin
2015-10-06 18:24:27,864:INFO:flask_appbuilder.base:Registering class UserStatsChartView on menu User's Statistics
2015-10-06 18:24:27,881:INFO:flask_appbuilder.security.sqla.manager:Created Permission View: can chart on UserStatsChartView
2015-10-06 18:24:27,889:INFO:flask_appbuilder.security.sqla.manager:Added Permission can chart on UserStatsChartView to role Admin
2015-10-06 18:24:27,902:INFO:flask_appbuilder.security.sqla.manager:Created Permission View: menu access on User's Statistics
2015-10-06 18:24:27,910:INFO:flask_appbuilder.security.sqla.manager:Added Permission menu access on User's Statistics to role Admin
2015-10-06 18:24:27,915:INFO:flask_appbuilder.base:Registering class PermissionModelView on menu Base Permissions
2015-10-06 18:24:27,928:INFO:flask_appbuilder.security.sqla.manager:Created Permission View: can list on PermissionModelView
2015-10-06 18:24:27,936:INFO:flask_appbuilder.security.sqla.manager:Added Permission can list on PermissionModelView to role Admin
2015-10-06 18:24:27,949:INFO:flask_appbuilder.security.sqla.manager:Created Permission View: menu access on Base Permissions
2015-10-06 18:24:27,956:INFO:flask_appbuilder.security.sqla.manager:Added Permission menu access on Base Permissions to role Admin
2015-10-06 18:24:27,961:INFO:flask_appbuilder.base:Registering class ViewMenuModelView on menu Views/Menus
2015-10-06 18:24:27,973:INFO:flask_appbuilder.security.sqla.manager:Created Permission View: can list on ViewMenuModelView
2015-10-06 18:24:27,981:INFO:flask_appbuilder.security.sqla.manager:Added Permission can list on ViewMenuModelView to role Admin
2015-10-06 18:24:27,993:INFO:flask_appbuilder.security.sqla.manager:Created Permission View: menu access on Views/Menus
2015-10-06 18:24:28,002:INFO:flask_appbuilder.security.sqla.manager:Added Permission menu access on Views/Menus to role Admin
2015-10-06 18:24:28,007:INFO:flask_appbuilder.base:Registering class PermissionViewModelView on menu Permission on Views/Menus
2015-10-06 18:24:28,021:INFO:flask_appbuilder.security.sqla.manager:Created Permission View: can list on PermissionViewModelView
2015-10-06 18:24:28,030:INFO:flask_appbuilder.security.sqla.manager:Added Permission can list on PermissionViewModelView to role Admin
2015-10-06 18:24:28,041:INFO:flask_appbuilder.security.sqla.manager:Created Permission View: menu access on Permission on Views/Menus
2015-10-06 18:24:28,050:INFO:flask_appbuilder.security.sqla.manager:Added Permission menu access on Permission on Views/Menus to role Admin
Was unable to import panoramix Error: No module named markdown
@mistercrunch
Copy link
Member

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
betodealmeida pushed a commit that referenced this issue Sep 20, 2019
simcha90 pushed a commit to simcha90/incubator-superset that referenced this issue Nov 22, 2020
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
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
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants