-
I've installed an older version a while ago and it went smooth, the installer did pretty much everything. Dealing with Python, FFmpeg and Chromium (Chrome) Driver was easy, if required at all. The new version installation fails while seemingly following the same steps. Could anybody please point to what am i doing wrong?
It does not start with the error: Although there is app.py in a different folder: pikaraoke/pikaraoke (not sure why developers chose to use another pikaraoke folder inside a pikaraoke folder). I thought I would edit the pikaraoke.sh file to refer to the app.py location explicitly: python3 /home/user/pikaraoke/pikaraoke/app.py $@ Ok, edited that, it starts but more errors: It just keeps going on... Is there any script that works or can this one be fixed? Should i post this in the BUGS report rather than Discussions and FAQ? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Pikaraoke is installed via pip now. There is no need to run any scripts. Please see the README for the latest install instructions |
Beta Was this translation helpful? Give feedback.
-
Really, to summarize, just run: Then launch with |
Beta Was this translation helpful? Give feedback.
-
Thank you so much, as always! Works beautifully!!! I saw the Readme but I thought the instructions you gave me last time were more accurate than the Readme, which I thought might have been outdated. Yes, everything according to Readme worked like a charm. I reinstalled the system on an older laptop used for travel. Family is happy again :-) |
Beta Was this translation helpful? Give feedback.
Really, to summarize, just run:
pip install pikaraoke
Then launch with
pikaraoke
(it is installed in the PATH)