Just maybe for others.
Windows is probably not supported.
After installing this is the first issue:
File "C:\Users\patrick.joerg\pipx\venvs\vectorcode\Lib\site-packages\vectorcode\common.py", line 76, in start_server
preexec_fn=os.setsid,
^^^^^^^^^
AttributeError: module 'os' has no attribute 'setsid'. Did you mean: 'getpid'?
Which is obviously not available on this platform.
Just maybe for others.
Windows is probably not supported.
After installing this is the first issue:
Which is obviously not available on this platform.