intel / openvino-plugins-ai-audacity

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

OpenVino installation fails on the patch release 3.5.1 #138

Closed petersampsonaudacity closed 5 months ago

petersampsonaudacity commented 5 months ago

OpenVino install into the recent patch release directory I have for 3.5.1

But when I re-launch Audacity after enabling the module I get this error message:

image

And it crashes Audacity: image

petersampsonaudacity commented 5 months ago

And on subsequent relaunch I see this in Modules prefs image

vivadavid commented 5 months ago

Hi,

I've got the same error message. The latest OpenVino release is specifically targeted for 3.5.0, but I was hoping that it might still work with version 3.5.1 as it contains only a few bug fixes compared to 3.5.0.

Will this issue be addressed in future OpenVino releases, so that the compatibility remains unless there's something fundamentally different in a new version of Audacity?

Otherwise, the only solution I can think of is not to update Audacity until the corresponding OpenVino update is released too.

petersampsonaudacity commented 5 months ago

@vivadavid 3.5.0 should be fine for you unless you are on a Mac with a macOS version of 11 or lower

And as an OpenVino user it's likely that you are not on a Mac ...

RyanMetcalfeInt8 commented 5 months ago

Hi @vivadavid, @petersampsonaudacity,

Thanks for reporting this. I'm generating a new package that will be compatible with 3.5.1 -- and yes, I'll work with Audacity team to figure out how we can improve the version checking mechanism for modules.

Thanks, Ryan

vivadavid commented 5 months ago

@vivadavid 3.5.0 should be fine for you unless you are on a Mac with a macOS version of 11 or lower

And as an OpenVino user it's likely that you are not on a Mac ...

Yes, I'm actually on a PC running Windows 11. Maybe I should have stayed on 3.5.0, but I try to keep all my software as updated as possible.

RyanMetcalfeInt8 commented 5 months ago

https://github.com/intel/openvino-plugins-ai-audacity/releases/tag/v3.5.1-R2

vivadavid commented 5 months ago

I've just installed it and it works: thanks!

I particularly appreciate the instructions to avoid downloading the models again. For a future release, it'd be great if the installer could detect:

  1. Which models are already downloaded.
  2. Which models are already downloaded but have been updated and, therefore, are worth reinstalling.
RyanMetcalfeInt8 commented 5 months ago

Hi @vivadavid,

Thanks for the feedback.

Yes, we'll work on improving the model download / management mechanism. It definitely needs some refinement.

Thanks all -- I'll close this issue as completed for now.