[Setup Issue] Can not start the dev server in setup process while using Docker on Windows
See original GitHub issuePlatform: Docker on Windows
@justcrossheaven and @manishaag7 both have been facing the following issue while using python -m scripts.start
while setting up the project.
Tried solutions(not worked)
- deleting
oppia_tools
directory - pip install future and six
Diagnosis checks
python -c "import Queue"
- No output and it is the expected behavior.
@manishaag7 only got python 2 installed in his laptop.
Issue Analytics
- State:
- Created 3 years ago
- Comments:46 (24 by maintainers)
Top Results From Across the Web
Workarounds for common problems - Docker Documentation
Docker Desktop fails to start when anti-virus software is installed. Some anti-virus software may be incompatible with Hyper-V and Microsoft Windows 10 builds. ......
Read more >Docker Desktop fails to start/run on Windows startup #10958
When trying to open the UI for Docker Desktop, it doesn't even open or loads infinitely. Restarting the Docker Desktop.exe and the com.docker....
Read more >Docker cannot start on Windows - Stack Overflow
Starting the docker daemon resolved the issue. Just search for docker pressing windows key and click on "Docker Dekstop". Daemon should be running...
Read more >Troubleshooting Docker client errors on Windows - Visual ...
Troubleshoot problems you encounter when using Visual Studio to create and deploy web apps to Docker on Windows by using Visual Studio.
Read more >How To Install Docker on Windows? A Step-by-Step Guide
Start Docker Desktop Tool. After the installation process is complete, the tool does not start automatically. To start the Docker tool, search ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey @gp201 and @EricZLou , Thank you for your help. Finally the development server started successfully. I can access the website on
localhost:8181
. To make it work, I had to downgrade my WSL 2 to WSL 1 and then I started the elastic search server on a separate terminal using this command./oppia_tools/elasticsearch-7.10.1/bin/elasticsearch
.Everything is working except for this page
http://localhost:8181/community-library
. It is not able to fetch the lessons from the elastic search server. On the terminal is showingtimeout error
and elastic search is not able to fetch data.@EricZLou and @gp201. I had to reset my Ubuntu 18.04 on WSL. Cleared all the data. Then again tried installing Oppia and finally this time it worked. 🎉 . I would like to know the port number at which the Oppia is running. I am unable to find it. 😅