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
~
❯ rye init test
success: Initialized project in /home/aether/test
Run `rye sync` to get started
~
❯ cd test/
test on master is v0.1.0
❯ rye sync
Initializing new virtualenv in /home/aether/test/.venv
Python version: [email protected]
Generating production lockfile: /home/aether/test/requirements.lock
Generating dev lockfile: /home/aether/test/requirements-dev.lock
Installing dependencies
Resolved 1 package in 3ms
Built test @ file:///home/aether/test
Prepared 1 package in 3.38s
Installed 1 package in 5ms
+ test==0.1.0 (from file:///home/aether/test)
Done!
test on master is v0.1.0 3s
❯ python -m tkinter
Expected Result
Actual Result
test on master is v0.1.0
❯ python -m tkinter
[xcb] Unknown sequence number while appending request
[xcb] You called XInitThreads, this is not your fault
[xcb] Aborting, sorry about that.
python: xcb_io.c:157: append_pending_request: Assertion `!xcb_xlib_unknown_seq_number' failed.
Aborted (core dumped)
Version Info
test on master is v0.1.0
❯ rye --version
rye 0.40.0
commit: 0.40.0 (a928cd53a 2024-09-22)
platform: linux (x86_64)
self-python: [email protected]
symlink support: true
uv enabled: true
Stacktrace
No response
The text was updated successfully, but these errors were encountered:
Please please please please, I beg for a fix!! This is the only thing preventing me from using Rye, and I love the concept, but I can't work without interactive plotting (Tk support)!
Steps to Reproduce
Expected Result
Actual Result
Version Info
Stacktrace
No response
The text was updated successfully, but these errors were encountered: