Data4Democracy/docker-scaffolding

pywintypes.error, setting up on windows 10

Closed this issue · 1 comments

Hi @WanderingStar, Thank you for putting this together, I'm really excited to use it. I have a problem when running docker-compile up in the docker-scaffolding directory. Here is the whole error:
Traceback (most recent call last): File "docker-compose", line 3, in <module> File "compose\cli\main.py", line 64, in main File "compose\cli\main.py", line 116, in perform_command File "compose\cli\main.py", line 876, in up File "compose\project.py", line 385, in up File "compose\project.py", line 590, in warn_for_swarm_mode File "site-packages\docker\api\daemon.py", line 73, in info File "site-packages\docker\utils\decorators.py", line 47, in inner File "site-packages\docker\api\client.py", line 183, in _get File "site-packages\requests\sessions.py", line 488, in get File "site-packages\requests\sessions.py", line 475, in request File "site-packages\requests\sessions.py", line 596, in send File "site-packages\requests\adapters.py", line 423, in send File "site-packages\requests\packages\urllib3\connectionpool.py", line 595, in urlopen File "site-packages\requests\packages\urllib3\connectionpool.py", line 363, in _make_request File "httplib.py", line 1042, in request File "httplib.py", line 1082, in _send_request File "httplib.py", line 1038, in endheaders File "httplib.py", line 882, in _send_output File "httplib.py", line 844, in send File "site-packages\docker\transport\npipeconn.py", line 31, in connect File "site-packages\docker\transport\npipesocket.py", line 22, in wrapped File "site-packages\docker\transport\npipesocket.py", line 50, in connect pywintypes.error: (2, 'WaitNamedPipe', 'The system cannot find the file specified.') Failed to execute script docker-compose

I'm going to try to figure out why it throws an error at line 3 (postgres) but thought I'd bring this up. Thanks again for your hard work!

Michael

Added instructions to readme.md on how to get startedbusing windows.