You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "tooptoop4 (via GitHub)" <gi...@apache.org> on 2023/02/22 23:06:51 UTC

[GitHub] [superset] tooptoop4 commented on pull request #23158: chore: Bump cryptography to 39.0.1

tooptoop4 commented on PR #23158:
URL: https://github.com/apache/superset/pull/23158#issuecomment-1440977897

   @EugeneTorap with that new version i got this error:
   ```
   [2023-02-22 22:59:10 +0000] [23] [ERROR] Exception in worker process
   Traceback (most recent call last):
     File "/usr/local/lib/python3.8/site-packages/gunicorn/arbiter.py", line 589, in spawn_worker
       worker.init_process()
     File "/usr/local/lib/python3.8/site-packages/gunicorn/workers/base.py", line 134, in init_process
       self.load_wsgi()
     File "/usr/local/lib/python3.8/site-packages/gunicorn/workers/base.py", line 146, in load_wsgi
       self.wsgi = self.app.wsgi()
     File "/usr/local/lib/python3.8/site-packages/gunicorn/app/base.py", line 67, in wsgi
       self.callable = self.load()
     File "/usr/local/lib/python3.8/site-packages/gunicorn/app/wsgiapp.py", line 58, in load
       return self.load_wsgiapp()
     File "/usr/local/lib/python3.8/site-packages/gunicorn/app/wsgiapp.py", line 48, in load_wsgiapp
       return util.import_app(self.app_uri)
     File "/usr/local/lib/python3.8/site-packages/gunicorn/util.py", line 359, in import_app
       mod = importlib.import_module(module)
     File "/usr/local/lib/python3.8/importlib/__init__.py", line 127, in import_module
       return _bootstrap._gcd_import(name[level:], package, level)
     File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
     File "<frozen importlib._bootstrap>", line 991, in _find_and_load
     File "<frozen importlib._bootstrap>", line 961, in _find_and_load_unlocked
     File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
     File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
     File "<frozen importlib._bootstrap>", line 991, in _find_and_load
     File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
     File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
     File "<frozen importlib._bootstrap_external>", line 843, in exec_module
     File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
     File "/app/superset/__init__.py", line 21, in <module>
       from superset.app import create_app
     File "/app/superset/app.py", line 23, in <module>
       from superset.initialization import SupersetAppInitializer
     File "/app/superset/initialization/__init__.py", line 33, in <module>
       from superset.extensions import (
     File "/app/superset/extensions/__init__.py", line 32, in <module>
       from superset.utils.cache_manager import CacheManager
     File "/app/superset/utils/cache_manager.py", line 24, in <module>
       from superset.utils.core import DatasourceType
     File "/app/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: 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