-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
unable to run Superset 3.0.0rc1 on Debian #24638
Comments
You gotta downgrade to sqlparse 0.4.3.
|
@EugeneTorap as the author of #24045, could you check this issue? |
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. if I run superset with sqlparse 0.4.4 I obtain: |
I'm also facing a similar issue on centos linux 7. after resolving all the dependency conflicts, i'm not able to build the docker image with a custom docker file, getting the error that ascii codec failed to decode byte at 0xef in position 0. This comes right after it was attempting to install pyhton-geohash. when i build the image using the dockerfile provided int the repo itself, it completed successfully but when i try to login from UI, it keeps redirecting me to the login page and no error is getting logged at the backend. After inspection from chrome, i saw that some scripts are getting blocked. |
I registered this issue in the 3.0.0rc1 discussion for tracking.
@amulya-mishra Could you open an issue about this and provide more details about the error?
This was reported here and it's related to CSP. |
for the CSP issue, setting TALISMAN_ENABLED=False resolved the issue for me and i was able to login. for the custom docker image issue i'm facing, will create an issue with appropriate details. thanks |
@zufolo441 Do you have the problem on current master branch? |
I tried. to superset-frontend/package.json in order to be able to compile it. |
@zufolo441 I see you use |
@zufolo441 @michael-s-molina Anyway if you see our docker image we use |
Hi, thanks for support. GLOBAL_ASYNC_QUERIES_REDIS_CONFIG = { DEFAULT_FEATURE_FLAGS: Dict[str, bool] = { |
@EugeneTorap , I'm sorry, I don't have Docker on that server.... |
Hi @zufolo441,
Superset requires minimum (and currently latest) sqlparse 0.4.4 which should be installed by
This error is only valid for sqlparse versions prior to 0.4.4 as Can you provide your exact steps to reproduce this issue? |
@sebastianliebscher ,thanks for the answer. I currently have in production Superset 2.0.1 |
As your error message only applies to sqlparse 0.4.3 and below, I think your installation is causing this issue. Do you have an account in Superset Slack community? |
you was right. after update sqlparse it's working. thanks!! |
Thank you all for the help! |
Hi, I'm trying to run Superset 3.0.0rc1 on debian, but it's impossibile because of an error of missing method in sqlparse.Lexer.
It seems requiring sqlparse 0.4.5, that is still not available.
root@covezio:~# pip index versions sqlparse
WARNING: pip index is currently an experimental command. It may be removed/changed in a future release without prior warning.
sqlparse (0.4.4)
Available versions: 0.4.4, 0.4.3, 0.4.2, 0.4.1, 0.4.0, 0.3.1, 0.3.0, 0.2.4, 0.2.3, 0.2.2, 0.2.1, 0.2.0, 0.1.19, 0.1.18, 0.1.17, 0.1.16, 0.1.15, 0.1.14, 0.1.13, 0.1.12, 0.1.11, 0.1.10, 0.1.9, 0.1.8, 0.1.7, 0.1.6, 0.1.5, 0.1.4, 0.1.3, 0.1.2, 0.1.1, 0.1.0
The text was updated successfully, but these errors were encountered: