nicoboss/nsz

kivy dep not in distro repo, any way around it?

gut5 opened this issue · 2 comments

gut5 commented
ERROR: No matching distribution found for kivy_deps.sdl2==0.1.22 (from -r requirements.txt (line 4))

I'm getting this in my distro (Clear Linux, which admittedly doesn't have the best repo), is there any way to get around this dep?
Trying on 3.1.0 btw.

Don't use requirements.txt for Linux. It's made for Windows and contains dependencies only available for Windows. For Linux use requirements_linux.sh (and maybe slightly edit it to fit your distribution). If you don't mind to use PyGame instead of SDL2 as GUI backend try "pip3 install nsz" and it maybe just works depending on your distribution but using requirements_linux.sh is recommended for Linux.
By the way please reclone/redownload the 3.1.0 release as you probably got the wrong commit because you downloaded very early after the release and I had the 3.1.0 tag pointing to the wrong commit during the first few minutes.
Edit: Beter just use the a few hours later released nsz v3.1.1 instead.

I assume in the meantime you were able to install nsz on your Linux distribution so I'm closing this now. If your problem still persists just reopen this issue. Feel free to always ask me if you need any help installing nsz.