Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

superset run #12293

Closed
salah34145 opened this issue Jan 16, 2025 · 6 comments
Closed

superset run #12293

salah34145 opened this issue Jan 16, 2025 · 6 comments
Labels
Stale waiting-on-reporter Issue is waiting on a reply from the reporter. It will be automatically cloesd if there is no reply.

Comments

@salah34145
Copy link

Traceback (most recent call last):
File "C:\Users\User\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 197, in run_module_as_main
return run_code(code, main_globals, None,
File "C:\Users\User\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "C:\Users\User\superset-venv\Scripts\superset.exe_main
.py", line 4, in
File "C:\Users\User\superset-venv\lib\site-packages\superset_init
.py", line 20, in
from superset.app import create_app # noqa: F401
File "C:\Users\User\superset-venv\lib\site-packages\superset\app.py", line 24, in
from superset.initialization import SupersetAppInitializer
File "C:\Users\User\superset-venv\lib\site-packages\superset\initialization_init.py", line 28, in
from flask_appbuilder import expose, IndexView
File "C:\Users\User\superset-venv\lib\site-packages\flask_appbuilder_init_.py", line 5, in
from .api import ModelRestApi # noqa: F401
File "C:\Users\User\superset-venv\lib\site-packages\flask_appbuilder\api_init_.py", line 79, in
from ..security.decorators import permission_name, protect
File "C:\Users\User\superset-venv\lib\site-packages\flask_appbuilder\security\decorators.py", line 22, in
from flask_jwt_extended import verify_jwt_in_request
File "C:\Users\User\superset-venv\lib\site-packages\flask_jwt_extended_init_.py", line 1, in
from .jwt_manager import JWTManager as JWTManager
File "C:\Users\User\superset-venv\lib\site-packages\flask_jwt_extended\jwt_manager.py", line 6, in
import jwt
File "C:\Users\User\superset-venv\lib\site-packages\jwt_init_.py", line 1, in
from .api_jwk import PyJWK, PyJWKSet
File "C:\Users\User\superset-venv\lib\site-packages\jwt\api_jwk.py", line 7, in
from .algorithms import get_default_algorithms, has_crypto, requires_cryptography
File "C:\Users\User\superset-venv\lib\site-packages\jwt\algorithms.py", line 11, in
from .utils import (
File "C:\Users\User\superset-venv\lib\site-packages\jwt\utils.py", line 7, in
from cryptography.hazmat.primitives.asymmetric.ec import EllipticCurve
File "C:\Users\User\superset-venv\lib\site-packages\cryptography\hazmat\primitives\asymmetric\ec.py", line 11, in
from cryptography.hazmat._oid import ObjectIdentifier
File "C:\Users\User\superset-venv\lib\site-packages\cryptography\hazmat_oid.py", line 7, in
from cryptography.hazmat.bindings._rust import (
ImportError: DLL load failed while importing _rust: The specified procedure could not be found.

@alex
Copy link
Member

alex commented Jan 16, 2025

What version of Windows are you using, and what precise version of Python are you using?

@alex alex added the waiting-on-reporter Issue is waiting on a reply from the reporter. It will be automatically cloesd if there is no reply. label Jan 16, 2025
@salah34145
Copy link
Author

I am currently using Windows 10, version 22H2, and my Python version is 3.9.0.

@salah34145
Copy link
Author

What version of Windows are you using, and what precise version of Python are you using?

I am currently using Windows 10, version 22H2, and my Python version is 3.9.0.

@alex
Copy link
Member

alex commented Jan 16, 2025

Python 3.9.0 has some sort of bug in how it was distributed. You should upgrade to a newer Python 3.9 (e.g., 3.9.21)

Copy link

This issue has been waiting for a reporter response for 3 days. It will be auto-closed if no activity occurs in the next 5 days.

@github-actions github-actions bot added the Stale label Jan 20, 2025
Copy link

This issue has not received a reporter response and has been auto-closed. If the issue is still relevant please leave a comment and we can reopen it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Stale waiting-on-reporter Issue is waiting on a reply from the reporter. It will be automatically cloesd if there is no reply.
Development

No branches or pull requests

2 participants