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$
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