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
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!
The text was updated successfully, but these errors were encountered:
srijanpatel
changed the title
Support for Windows
Help Wanted for Support for Windows
Feb 23, 2025
× 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)
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!
The text was updated successfully, but these errors were encountered: