Reproduction steps
As I’m coming from a previous version of Sickbeard - I have backed up the var folder first.
- Ensure Git is installed - Yes Latest version available 2.38.1-25
- Ensure Python 3.8 is installed - Yes Latest version available 3.8.13-7
- Launch Package Centre
- Click Community, Search for SickBeard Custom (Diaoul) from the available apps and click INSTALL
- Downloads starts and Vol1 is selected for installation (there is enough space over 200gb free)
- Choose Fork, I changed the fork URL to ‘https:// git.sickrage.ca/sickrage/sickrage.git’ (ignore the space)
- Fork branch = master
- Click Next, and then click Apply
- Installation completes
10 Application Starts then fails
Checking in the Log file, it states there isn’t a SickBeard.py file
Checked in SSH and I can see that there isn’t this file, There is however a SiCKRAGE.py file, so I copied this to SickBeard.py
It gets a little further now, and I can a new error in the log file
Sorry, SiCKRAGE requires Python 3.6+
As can be seen from step 2, I have already installed Python 3.8
Back to the SSH and checking the @appstore/sickbeard-custom/env/bin directory, I can see that there are 2 links already
python2 → python
python2.7 → python
But no mention of python 3.x
I have even uninstalled the entire application and re-installed it (incase anything was lingering from my upgrade) but the same issues occur.
Any help greatly appreciated.