Navid61 commented on issue #20914:
URL: https://github.com/apache/superset/issues/20914#issuecomment-1438032155

   I installed apache suprerset from scratch when I did run command "superset 
db upgrade" I got this error, I'm using LMDE 5 (Linux mint Debian 11 version).
   
   Traceback (most recent call last):
     File "/home/sigma/venv/bin/superset", line 11, in <module>
       load_entry_point('apache-superset==2.0.1', 'console_scripts', 
'superset')()
     File 
"/home/sigma/venv/lib/python3.9/site-packages/pkg_resources/__init__.py", line 
489, in load_entry_point
       return get_distribution(dist).load_entry_point(group, name)
     File 
"/home/sigma/venv/lib/python3.9/site-packages/pkg_resources/__init__.py", line 
2852, in load_entry_point
       return ep.load()
     File 
"/home/sigma/venv/lib/python3.9/site-packages/pkg_resources/__init__.py", line 
2443, in load
       return self.resolve()
     File 
"/home/sigma/venv/lib/python3.9/site-packages/pkg_resources/__init__.py", line 
2449, in resolve
       module = __import__(self.module_name, fromlist=['__name__'], level=0)
     File "/home/sigma/venv/lib/python3.9/site-packages/superset/__init__.py", 
line 21, in <module>
       from superset.app import create_app
     File "/home/sigma/venv/lib/python3.9/site-packages/superset/app.py", line 
23, in <module>
       from superset.initialization import SupersetAppInitializer
     File 
"/home/sigma/venv/lib/python3.9/site-packages/superset/initialization/__init__.py",
 line 33, in <module>
       from superset.extensions import (
     File 
"/home/sigma/venv/lib/python3.9/site-packages/superset/extensions/__init__.py", 
line 32, in <module>
       from superset.utils.cache_manager import CacheManager
     File 
"/home/sigma/venv/lib/python3.9/site-packages/superset/utils/cache_manager.py", 
line 24, in <module>
       from superset.utils.core import DatasourceType
     File 
"/home/sigma/venv/lib/python3.9/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'
   


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

Reply via email to