Getting flexget working again on Vero 4K+

Give me a week or so.

Much appreciated, Sam, thank you! No great rush - I’m just happy to be on track to getting everything working again.

Hi Gents,
Sorry for late reply, I’m not checking this forum on regular basis.

@mungo_park : I managed to install Flexget from scratch that way

  1. I reinstalled osmc completely
  2. I installed the Flexget package with below commands:
  • Install full python3
sudo apt install python3.9 pip build-essential python3-dev -y
  • Install Flexget’s prerequisites, Flexget itself (and required transmission plugin if you are going to use it with Transmission, which is my case otherwise skip that the last line)
sudo pip install argcomplete -U
sudo pip install userpath -U
sudo pip install flexget

sudo pip install "transmission-rpc<4.0"
  • Test, you should see version number
flexget -V

Hope that will help you.

2 Likes

Need a bit more time unfortunately, but not forgotten. Busy!

Thank you @davidinfodom for those much appreciated suggestions! I have managed to get Flexget installed again and will try to update Transmission later based on your instructions when I get a chance.

Thanks @sam_nazarko for keeping an eye on this issue! I’ll continue to check for updates periodically.

1 Like

Glad I could help you @mungo_park.
But all the credit goes to @sam_nazarko who pointed me in the right direction :slightly_smiling_face:

In the end, this is #Teamwork :+1: