You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/11/26 15:07:11 UTC

[GitHub] [incubator-superset] viking714 opened a new issue #8661: ImportError: cannot import name 'superset'

viking714 opened a new issue #8661: ImportError: cannot import name 'superset'
URL: https://github.com/apache/incubator-superset/issues/8661
 
 
   ## ImportError: cannot import name 'superset'
   
   I want to program on windows 10, and I have install the packages need, change the sof link as mklink /J "E:\incubator-superset\superset\static\assets" "E:\incubator-superset\superset\assets".After "fabmanager create-admin --app superset", I create a user.And then I move into the directory "superset/bin", run "python superset db upgrade".At this point I enconter a error as follow:
   (superSet) E:\Project\incubator-superset\incubator-superset-master\superset\bin>python superset db upgrade
   2019-11-26 22:41:42,632:INFO:root:Configured event logger of type <class 'superset.utils.log.DBEventLogger'>
   Traceback (most recent call last):
     File "superset", line 18, in <module>
       from superset.cli import superset
   ImportError: cannot import name 'superset'
   
   I debug it ,but still can't find out what's wrong about the problem.Can anyone help to conquer the problem.Thank you very much.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org