hassan-turi opened a new issue, #22221:
URL: https://github.com/apache/superset/issues/22221
I installed apache-superset and when try to initialize the db with command
`superset db upgrade` I prompts this error how can I resolve this issue? I also
asked on `stackoverflow ` but since yesterday no one answered please help.
```
Traceback (most recent call last):
File "c:\users\user\appdata\local\programs\python\python37\lib\runpy.py",
line 193, in _run_module_as_main
"__main__", mod_spec)
File "c:\users\user\appdata\local\programs\python\python37\lib\runpy.py",
line 85, in _run_code
exec(code, run_globals)
File "C:\Apache\apache\Scripts\superset.exe\__main__.py", line 4, in
<module>
File "C:\Apache\apache\lib\site-packages\superset\__init__.py", line 18,
in <module>
from flask import current_app, Flask
File "C:\Apache\apache\lib\site-packages\flask\__init__.py", line 14, in
<module>
from jinja2 import escape
File "C:\Apache\apache\lib\site-packages\jinja2\__init__.py", line 12, in
<module>
from .environment import Environment
File "C:\Apache\apache\lib\site-packages\jinja2\environment.py", line 25,
in <module>
from .defaults import BLOCK_END_STRING
File "C:\Apache\apache\lib\site-packages\jinja2\defaults.py", line 3, in
<module>
from .filters import FILTERS as DEFAULT_FILTERS # noqa: F401
File "C:\Apache\apache\lib\site-packages\jinja2\filters.py", line 13, in
<module>
from markupsafe import soft_unicode
ImportError: cannot import name 'soft_unicode' from 'markupsafe'
(C:\Apache\apache\lib\site-packages\markupsafe\__init__.py)
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]