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

Redash with Docker on Windows isn't working #6151

Closed
maharshi365 opened this issue Jul 7, 2023 · 7 comments
Closed

Redash with Docker on Windows isn't working #6151

maharshi365 opened this issue Jul 7, 2023 · 7 comments

Comments

@maharshi365
Copy link

Issue Summary

I am attempting to get redash running on a windows machine. I am following the steps laid out in this page: https://redash.io/help/open-source/dev-guide/docker.

I am getting two issues.

  • when running yarn --frozen-lockfile i get the error: No registered package found called "@redash/viz"
  • when running the docker-compose up -d 3 of my containers fail to start with the error: exec /app/bin/docker-entrypoint: no such file or directory. redash_server_1, redash_worker_1 and redash_scheduler_1 all fail to start with the same error

A summary of the issue and the browser/OS environment in which it occurs.

Steps to Reproduce

Follow the guide on https://redash.io/help/open-source/dev-guide/docker on a Win 11 machine

Technical details:

@justinclift
Copy link
Member

Ahhh. Yeah, there are some significant updates that need to happen with that dev-guide/docker page.

Rather than follow that guide, please try this one:

https://github.com/getredash/redash/wiki/Local-development-setup

That was written using a freshly installed Ubuntu 20.04 Desktop, so it's known to work there.

It shouldn't be too hard to adapt to Windows... but I say that without having tried it personally.

Thoughts? 😄

@datamike
Copy link

datamike commented Jul 7, 2023

@justinclift Yesterday I tried to install on WSL2 Ubuntu using the docker-compose instructions and got an error.

So today I followed the steps from the wiki page (using a brand new WSL Ubuntu 20.04 instance) and I'm up and running!

The only small hiccup I ran into was during the 'make compose-build' step (got the error "pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out."). Re-ran the command and the build completed.

@justinclift
Copy link
Member

justinclift commented Jul 7, 2023

The only small hiccup I ran into was during the 'make compose-build' step (got the error "pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out."). Re-ran the command and the build completed.

Interesting. Pretty sure I saw something like that earlier on today too when doing stuff. Sounds like some of the Python project infrastructure was having temporary issues of some sort. 😄

@justinclift
Copy link
Member

To get it things running under WSL2 Ubuntu, did you have to change much?

@datamike
Copy link

datamike commented Jul 7, 2023

@justinclift From the Windows Store (I'm on Windows 10 Home), I got a brand new WSL Ubuntu 20.04 instance up and running. Once I fired that up, I ran "sudo apt update." I did not have to change anything in the wiki steps!

@justinclift
Copy link
Member

Oh wow. That's really good news. Thanks for letting me know. 😄

@justinclift
Copy link
Member

@maharshi365 Hopefully you have a chance to try things again as well, but using the wiki guide instead. In theory (!) it should work. 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants