intel / openvino-plugins-ai-audacity

A set of AI-enabled effects, generators, and analyzers for Audacity®.
GNU General Public License v3.0
725 stars 43 forks source link

Ubuntu 24.04 LTS unsupported OS #218

Closed Leoo97 closed 1 month ago

Leoo97 commented 1 month ago

I know that Ubuntu 24.04 LTS is new, the question for me it's just if there is a date about when it will be supported as OS for the openvino mod :(

RyanMetcalfeInt8 commented 1 month ago

Hi @Leoo97,

There isn't really any date, but it will come down when underlying dependencies (like OpenVINO, Audacity, etc.) are well-supported on 24.04. You can always try to follow instructions anyway -- I'm not sure where things would go wrong, but I'm guessing it will require building more packages from scratch (such as OpenVINO itself).

Leoo97 commented 1 month ago

When I try to install dependencies using install_openvino_dependencies.sh the konsole said that: Unsupported OS: Ubuntu 24.04

gblong1 commented 1 month ago

Hi @Leoo97 - You can get around this by doing the following:

sed "s/ubuntu22.04/ubuntu24.04/g" install_openvino_dependancies.sh > tmp
chmod +x tmp
sudo -E ./tmp
Leoo97 commented 1 month ago

@gblong1 thank you very much!