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 2021/01/21 07:22:53 UTC

[GitHub] [superset] villebro opened a new issue #12647: PyPI install fails on Python 3.8

villebro opened a new issue #12647:
URL: https://github.com/apache/superset/issues/12647


   When installing `apache-superset==1.0.0` via `pip` on Python 3.8, the following error appears:
   
   ```
   $ superset init
   Traceback (most recent call last):
     File "/home/ville/.local/bin/superset", line 5, in <module>
       from superset.cli import superset
     File "/home/ville/.local/lib/python3.8/site-packages/superset/__init__.py", line 21, in <module>
       from superset.app import create_app
     File "/home/ville/.local/lib/python3.8/site-packages/superset/app.py", line 48, in <module>
       from superset.utils.log import DBEventLogger, get_event_logger_from_cfg_value
     File "/home/ville/.local/lib/python3.8/site-packages/superset/utils/log.py", line 30, in <module>
       from typing_extensions import Literal
   ModuleNotFoundError: No module named 'typing_extensions'
   ```
   
   ### Expected results
   
   `superset init` finishes cleanly
   
   ### Actual results
   
   Error
   
   #### Screenshots
   
   #### How to reproduce the bug
   
   1. Install superset via PyPI on Python 3.8: `pip install apache-superset==1.0.0`
   2. run `superset init`
   3. See error
   
   ### Environment
   
   - superset version: 1.0.0
   - python version: 3.8
   
   ### Checklist
   
   Make sure to follow these steps before submitting your issue - thank you!
   
   - [ ] I have checked the superset logs for python stacktraces and included it here as text if there are any.
   - [ ] I have reproduced the issue with at least the latest released version of superset.
   - [ ] I have checked the issue tracker for the same issue and I haven't found one similar.
   
   ### Additional context
   
   Add any other context about the problem here.
   


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



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


[GitHub] [superset] ktmud closed issue #12647: ⚠️run pip install typing-extensions before running Superset on py38+

Posted by GitBox <gi...@apache.org>.
ktmud closed issue #12647:
URL: https://github.com/apache/superset/issues/12647


   


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



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


[GitHub] [superset] villebro commented on issue #12647: PyPI install fails on Python 3.8

Posted by GitBox <gi...@apache.org>.
villebro commented on issue #12647:
URL: https://github.com/apache/superset/issues/12647#issuecomment-764445488


   Workaround: run `pip install typing-extensions` before running 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



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


[GitHub] [superset] villebro commented on issue #12647: PyPI install fails on Python 3.8

Posted by GitBox <gi...@apache.org>.
villebro commented on issue #12647:
URL: https://github.com/apache/superset/issues/12647#issuecomment-764445488


   Workaround: run `pip install typing-extensions` before running 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



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