-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
Cannot access zstd while npm run dev-server #30422
Comments
Hey there, @darwindennis03! I'm here to help you with any bugs, questions, or contributions you have for Superset. Let's work together to solve this issue! I found some similar issues and discussions that might help you resolve the problem:
To address the specific error you're encountering, ensure that the const { ZSTDDecompress } = require('simple-zstd');
// ...
if (responseEncoding === 'zstd') {
uncompress = ZSTDDecompress();
} Steps to Install
|
Problem is simple-std package itself uses zstd in background . When i inspect the simple-std node package it has which checks for the zstd . Any suggestions regarding this . |
The Steps to Install
|
@dosu Can u provide discussion link for superset build tools installation required for windows . |
I am facing same issue for Mac OS as well, any solution for the same ? |
@webobite on Mac, you need to install |
@darwindennis03 might I know if you are running I'll probably make a PR to add these steps as instructions. |
Native windows 32bit . Waiting for that PR thanks . |
Thanks, It worked for me. |
when i inspect simple-zstd package it still checks for the path of the zstd installation. Do i need to have it in my windows build tools or something like that . |
Just adding that we don't officially support Windows... but if you add (or anyone adds) some docs/scripts/support to make Superset work on Windows reliably, maybe we can in the future. |
Bug description
Cannot access the zstd file in windows!!
Answers appreciated!!
Screenshots/recordings
INFO: Could not find files for the given pattern(s).
[webpack-cli] Failed to load 'C:\Users\trias\superset\superset-latest\superset-frontend\webpack.config.js' config
[webpack-cli] Error: Can not access zstd! Is it installed?
Superset version
master / latest-dev
Python version
3.11
Node version
18 or greater
Browser
Chrome
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: