pyspur icon indicating copy to clipboard operation
pyspur copied to clipboard

Help Wanted for Support for Windows

Open srijanpatel opened this issue 10 months ago • 2 comments

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!

srijanpatel avatar Feb 23 '25 02:02 srijanpatel

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)

okcatman avatar Feb 24 '25 01:02 okcatman

If there is no any plan for pyspur desktop , just use rancher desktop with wsl & docker on windows, use docker compose to get start.

structure-charger avatar Feb 27 '25 07:02 structure-charger