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

problem with python v 3.13 (?) #732

Open
philbat opened this issue Feb 9, 2025 · 3 comments
Open

problem with python v 3.13 (?) #732

philbat opened this issue Feb 9, 2025 · 3 comments

Comments

@philbat
Copy link

philbat commented Feb 9, 2025

Please read and fill in the appropriate template

I have a question about using the program, or need technical assistance

Please use the Computer Go Community Discord (#gui) : http://discord.gg/AjTPFpN

I have a bug report

Please include details of the settings you use, steps to reproduce the problem, and console output.
on debian trixie up to date and python 3.13
compiling katago ok
pipx install katrain ok
when i launch the program, it is ok, but when i click to put a stone, i get the following message , "python (v 3.13) ne répond pas" in french.

Image

I have a feature request

Go ahead, but keep in mind that the program is mostly in maintenance mode, and big changes are unlikely.

@philbat
Copy link
Author

philbat commented Feb 9, 2025

I mean : is this an issue with katrain or with python (standard installation on debian) ?

@philbat
Copy link
Author

philbat commented Feb 9, 2025

I have read issue #726, so I
git clone https://github.com/sanderland/katrain.git,
then I have modified pyproject.toml with
kivy = {extras = ["full"], version = "=2.3.0"}
then
pipx install .

but
pip failed to build package:
kivy

@lane-westlund
Copy link

lane-westlund commented Feb 24, 2025

I get the same error (python not responding) due to kivy:

WARNING] [MTD ] Unable to open device "/dev/input/event6". Please ensure you have the appropriate permissions.

update: it seems that error was unrelated to the issue. I still see that, but I force installed kivy 2.3.0 and I can now place multiple stones, as it stopped just like in issue #726

pip3 install --force-reinstall -v "kivy==2.3.0"

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

2 participants