You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.