-
Notifications
You must be signed in to change notification settings - Fork 4.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
Redash with Docker on Windows isn't working #6151
Comments
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? 😄 |
@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. |
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. 😄 |
To get it things running under WSL2 Ubuntu, did you have to change much? |
@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! |
Oh wow. That's really good news. Thanks for letting me know. 😄 |
@maharshi365 Hopefully you have a chance to try things again as well, but using the wiki guide instead. In theory (!) it should work. 😄 |
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.
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:
The text was updated successfully, but these errors were encountered: