chick26 opened a new issue, #22619:
URL: https://github.com/apache/superset/issues/22619
A clear and concise description of what the bug is.
### Process
1. Using Ubuntu 22.04.5, MiniConda, Python3.8
2. install superset
3. superset db upgrade
### Actual results
```shell
Traceback (most recent call last):
File "/home/chick/miniconda3/envs/py38/bin/superset", line 5, in <module>
from superset.cli.main import superset
File
"/home/chick/miniconda3/envs/py38/lib/python3.8/site-packages/superset/__init__.py",
line 21, in <module>
from superset.app import create_app
File
"/home/chick/miniconda3/envs/py38/lib/python3.8/site-packages/superset/app.py",
line 23, in <module>
from superset.initialization import SupersetAppInitializer
File
"/home/chick/miniconda3/envs/py38/lib/python3.8/site-packages/superset/initialization/__init__.py",
line 33, in <module>
from superset.extensions import (
File
"/home/chick/miniconda3/envs/py38/lib/python3.8/site-packages/superset/extensions/__init__.py",
line 32, in <module>
from superset.utils.cache_manager import CacheManager
File
"/home/chick/miniconda3/envs/py38/lib/python3.8/site-packages/superset/utils/cache_manager.py",
line 24, in <module>
from superset.utils.core import DatasourceType
File
"/home/chick/miniconda3/envs/py38/lib/python3.8/site-packages/superset/utils/core.py",
line 76, in <module>
from cryptography.hazmat.backends.openssl.x509 import _Certificate
ModuleNotFoundError: No module named
'cryptography.hazmat.backends.openssl.x509'
```
### Environment
- Ubuntu 22.04.5,
- MiniConda,
- Python3.8
--
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]