Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help Wanted for Support for Windows #172

Open
srijanpatel opened this issue Feb 23, 2025 · 2 comments
Open

Help Wanted for Support for Windows #172

srijanpatel opened this issue Feb 23, 2025 · 2 comments

Comments

@srijanpatel
Copy link
Collaborator

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 srijanpatel changed the title Support for Windows Help Wanted for Support for Windows Feb 23, 2025
@okcatman
Copy link

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)

@structure-charger
Copy link

structure-charger commented Feb 27, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants