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

Error installing in linux #121

Open
SoumyaK4 opened this issue Dec 8, 2024 · 1 comment
Open

Error installing in linux #121

SoumyaK4 opened this issue Dec 8, 2024 · 1 comment

Comments

@SoumyaK4
Copy link

SoumyaK4 commented Dec 8, 2024

I followed the steps in readme , but node v12 doesn't work
please update the readme.

after updating node now its opening but I'm getting this error
image

@kaorahi
Copy link
Owner

kaorahi commented Dec 9, 2024

It seems this isn't a problem with the GUI; it's a common issue with KataGo's dependency on libzip on Linux. The key error in your screenshot is: katago: error while loading shared libraries: libzip.so.5: cannot open shared object file: No such file or directory

lightvector/KataGo#875 (comment)

Before using the GUI, it would be a good idea to confirm that KataGo runs properly in the console. You can test it by running the following command to ensure everything is set up correctly: /home/soumyak4/Desktop/lizgoban/ai/katago gtp -override-config analysisPVLen=50 defaultBoardSize=19 -model /home/soumyak4/Desktop/lizgoban/ai/model.bin.gz -config /home/soumyak4/Desktop/lizgoban/ai/gtp.cfg

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