You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "EugeneTorap (via GitHub)" <gi...@apache.org> on 2023/01/31 22:21:40 UTC

[GitHub] [superset] EugeneTorap commented on issue #22922: superset runtime error

EugeneTorap commented on issue #22922:
URL: https://github.com/apache/superset/issues/22922#issuecomment-1411148489

   Hey @rusackas @sedanursayer @zeynepkoyun!
   I guess we can easy add the Windows support for superset.
   The next two lines will be enough in ´setup.py´:
   ´´´python
   'waitress; sys_platform == "win32"',
   'gunicorn; sys_platform != "win32"',
   ´´´
   Feel free to add a PR for this!


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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