Help Wanted for Support for Windows
Support for Windows
PySpur currently hasn't been thoroughly tested on Windows and may not work perfectly—or at all—on that platform due to limited bandwidth on our end.
We invite community members to help improve Windows support. The goal is to ensure that the following commands can successfully launch a local PySpur instance on Windows:
pyspur init
pyspur serve --sqlite
If you're interested in contributing, please self-assign this issue and open a pull request with your proposed solution. Thank you for your support!
Collecting uvloop<0.22.0,>=0.21.0 (from litellm==1.57.5->pyspur) Using cached uvloop-0.21.0.tar.gz (2.5 MB) Installing build dependencies ... done Getting requirements to build wheel ... error error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> [18 lines of output]
uvloop is a high-performance library that replaces Python's default event loop, built on libuv. Currently, it only supports Unix-like systems (such as Linux and macOS), not Windows. The error message clearly states: "uvloop does not support Windows at the moment" (uvloop does not currently support Windows)
If there is no any plan for pyspur desktop , just use rancher desktop with wsl & docker on windows, use docker compose to get start.