Git Product home page Git Product logo

Comments (3)

dosubot avatar dosubot commented on September 13, 2024 2

Hey @surapuramakhil! I'm here to help you with any bugs or questions you have while waiting for a human maintainer. Let's squash those bugs together!

I found a similar closed issue that might help you resolve the "Hash Sum mismatch" error during the Docker installation for Apache Superset. Here are the steps suggested to resolve this issue:

  1. Clear the Docker cache: Sometimes, the Docker cache might be corrupted, leading to hash sum mismatches. You can clear the Docker cache by running:

    docker system prune -a
  2. Update the package lists: Ensure that your package lists are up-to-date by running:

    sudo apt-get update
  3. Rebuild the Docker images: Force a rebuild of the Docker images to ensure that you are using the latest versions:

    docker compose build --pull
  4. Pull the latest images: Ensure that you are pulling the latest images from the repository:

    docker compose pull
  5. Run Docker Compose: After performing the above steps, try running Docker Compose again:

    docker compose up

These steps should help resolve the "Hash Sum mismatch" error by ensuring that you are using the latest and correct versions of the Docker images and clearing any potential cache issues [1].

To continue talking to Dosu, mention @dosu.

from superset.

rusackas avatar rusackas commented on September 13, 2024

Is this from latest master? Doubt it would make any difference, but you might want to upgrade node to V20. Also, make sure Docker has at least 12gb ram.

from superset.

surapuramakhil avatar surapuramakhil commented on September 13, 2024

@rusackas this is from master branch. I also satisfy RAM criteria. I use Mac M3 pro which has 18GB of ram

Just checked my node version its 20

.venv) (base) akhilsurapuram@Akhils-MacBook-Pro superset % node -v
v20.16.0

from superset.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.