I along with 20+ of my friends tried to run clist.by locally on our laptops by just following readme file instructions
Only one of us were able to run it locally by creating a postgresql db in cloud that too using help of chatgpt
I would like to enhance readme file so that many future beginners like me don't struggle
2025-08-11 19:29:46,465 INFO Run command = docker compose build dev
[+] Building 0.0s (0/0)
error during connect: Head "http://%2F%2F.%2Fpipe%2FdockerDesktopLinuxEngine/_ping": open //./pipe/dockerDesktopLinuxEngine: The system cannot find the file specified.
Traceback (most recent call last):
File "C:\Users\chada\clist\configure.py", line 132, in <module>
main()
File "C:\Users\chada\clist\configure.py", line 108, in main
run_command('docker compose build dev')
File "C:\Users\chada\clist\configure.py", line 86, in run_command
subprocess.run(cmd, shell=True, check=True)
File "C:\Users\chada\AppData\Local\Programs\Python\Python310\lib\subprocess.py", line 524, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command 'docker compose build dev' returned non-zero exit status 1.
I along with 20+ of my friends tried to run clist.by locally on our laptops by just following readme file instructions
Only one of us were able to run it locally by creating a postgresql db in cloud that too using help of chatgpt
I would like to enhance readme file so that many future beginners like me don't struggle