-
Notifications
You must be signed in to change notification settings - Fork 232
tmux version "next-2.9": TypeError: '<' not supported between instances of 'str' and 'int' #449
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
Comments
Maybe tmuxp doesn't like the new non-int version string of tmux? tmux/tmux@bc6211c |
I confirm this bug in tmuxp. After I reverted that specific commit in tmux, and rebuilt it, tmuxp works fine. |
tmuxp currently crashes when used with tmux next-2.9 (the latest Homebrew release). ``` TypeError: '<' not supported between instances of 'str' and 'int' ``` This patch avoids the error by making `get_version()` strip the "next-" part of the version. closes tmux-python/tmuxp#449
I also ran into this using tmux |
tmuxp currently crashes when used with tmux next-2.9 (the latest Homebrew release). ``` TypeError: '<' not supported between instances of 'str' and 'int' ``` This patch avoids the error by making `get_version()` strip the "next-" part of the version. closes tmux-python/tmuxp#449
@kaushalmodi @sloria I'm going to tag a release this weekend. Maybe sooner. |
@kaushalmodi @sloria and anyone who reads this, tmux-python is looking for help: #290 |
Hello,
One of the 2 upgrades (python or tmux) broke
tmuxp
for me:I uninstalled and reinstalled tmuxp using:
But when I try to load a tmuxp config (as I always do, and worked), by doing
tmuxp load servers -d
, I get:The text was updated successfully, but these errors were encountered: