kelvinlawson / pykaraoke

Cross-platform karaoke player: supports CDG (MP3+G, OGG+G, WAV+G), MIDI (.KAR, .MID) and MPEG formats
http://kibosh.org/pykaraoke
GNU Lesser General Public License v2.1
76 stars 30 forks source link

Installation on Ubuntu 22 #22

Open firux88 opened 1 year ago

firux88 commented 1 year ago

Hi, Is it compatible with Python3 ? I got some issue installing: Maybe the documentation need to be updated sudo apt-get install python-dev python-pygam libwxgtk-python libsdl-dev python-mutagen Reading package lists... Done Building dependency tree... Done Reading state information... Done Package python-dev is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: python2-dev:i386 python2:i386 python2-dev python2 python-dev-is-python3

Package libsdl-dev is a virtual package provided by: libsdl1.2-dev 1.2.15+dfsg2-6 libsdl1.2-compat-dev 1.2.52-3 You should explicitly select one to install.

Package python-mutagen is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: python3-mutagen

E: Package 'python-dev' has no installation candidate E: Unable to locate package python-pygam E: Unable to locate package libwxgtk-python E: Package 'libsdl-dev' has no installation candidate E: Package 'python-mutagen' has no installation candidate

So I've replaced by python3-dev python3-mutagen python3-pygame libwxbase3.0-dev libsdl-mixer1.2-dev libsdl-image1.2-dev but I still have some issue to install other dependency:

Hunting dependencies... SDL : found 1.2.52 FONT : not found IMAGE : found MIXER : found PNG : found JPEG : found SCRAP : found PORTMIDI: not found PORTTIME: not found FREETYPE: found 24.1.18

Any recommandations ? It's not lauching even it I launch it without installing it. /Downloads/pikaraoke-master$ python3 karaoke.py pygame 2.1.2 (SDL 2.0.20, Python 3.10.6) Hello from the pygame community. https://www.pygame.org/contribute.html z800@z800:~/Downloads/pikaraoke-master$

Thank you

jose1711 commented 1 year ago

Definitely not python3 compatible. With python2 out of support for years this project is pretty much dead.