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/07/10 10:57:33 UTC

[GitHub] [incubator-superset] mingchau commented on issue #3297: How can I build superset development environment in windows 7?

mingchau commented on issue #3297: How can I build superset development environment in  windows 7?
URL: https://github.com/apache/incubator-superset/issues/3297#issuecomment-510014085
 
 
   @asdf2014 
   我现在尝试在windows上对superset进行二次开发,跟随着官方文档一步一步的操作https://github.com/apache/incubator-superset/blob/master/CONTRIBUTING.md#setting-up-a-python-development-environment
   
   Start the Flask dev web server from inside your virtualenv.这一步的时候,文档中给的命令是
   `FLASK_ENV=development superset run -p 8088 --with-threads --reload --debugger`
   
   我是先在环境变量中设置了FALSK_ENV,然后在虚拟python环境中执行的
   `python superset run -p 8088 --with-threads --reload --debugger`
   
   但是返回的是
   can't find '__main__' module in 'superset'
   
   您能帮忙看看这个是什么问题吗?

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