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 2023/01/06 09:37:09 UTC

[GitHub] [superset] chick26 opened a new issue, #22619: Init superset fail with error 'No module named 'cryptography.hazmat.backends.openssl.x509''

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: notifications-unsubscribe@superset.apache.org.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


[GitHub] [superset] chick26 commented on issue #22619: Init superset fail with error 'No module named 'cryptography.hazmat.backends.openssl.x509''

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

   > Duplicate of #22571?
   
   Thanks,it works.


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


[GitHub] [superset] sfirke commented on issue #22619: Init superset fail with error 'No module named 'cryptography.hazmat.backends.openssl.x509''

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

   Duplicate of https://github.com/apache/superset/issues/22571?


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


[GitHub] [superset] chick26 closed issue #22619: Init superset fail with error 'No module named 'cryptography.hazmat.backends.openssl.x509''

Posted by GitBox <gi...@apache.org>.
chick26 closed issue #22619: Init superset fail with error 'No module named 'cryptography.hazmat.backends.openssl.x509''
URL: https://github.com/apache/superset/issues/22619


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