Hybrid 2022.03.20.1: No module named 'vsdpir' - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: Hybrid 2022.03.20.1: No module named 'vsdpir' (/thread-2330.html) |
Hybrid 2022.03.20.1: No module named 'vsdpir' - Dan64 - 27.03.2022 I'm using the last version of Hybrid 2022.03.20.1, when I enable the check box Filtering->Vapoursynth->DeNoise->DPIR. I get the following error: File "src\cython\vapoursynth.pyx", line 2832, in vapoursynth._vpy_evaluate File "src\cython\vapoursynth.pyx", line 2833, in vapoursynth._vpy_evaluate File "tempPreviewVapoursynthFile10_45_10_941.vpy", line 20, in from vsdpir import DPIR ModuleNotFoundError: No module named 'vsdpir' RE: Hybrid 2022.03.20.1: No module named 'vsdpir' - Selur - 27.03.2022 Seems like you installed the new version over the existing Hybrid installation in which you had added the torchAddon and thus overwrote parts of the torchAddon. You should reapply the torchAddon that you downloaded. I'll also send you a link to my current dev and torchAddon version. Cu Selur RE: Hybrid 2022.03.20.1: No module named 'vsdpir' - Dan64 - 27.03.2022 I installed the last version and the new archive torch addons, but I'm still unable to use DPIR. I attached the full debug. RE: Hybrid 2022.03.20.1: No module named 'vsdpir' - Selur - 27.03.2022 Does Vapoursynth Preview show an error? Did you (like I asked): deinstall Hybrid, install the dev and the torchAddon I send you links to? RE: Hybrid 2022.03.20.1: No module named 'vsdpir' - Dan64 - 27.03.2022 This is the script generated # Imports But the preview windows this time is not shown. I preformed a clean installation by removing Hybrid and then installing the last version. But the problem still remain. RE: Hybrid 2022.03.20.1: No module named 'vsdpir' - Selur - 27.03.2022 last version = the dev version I send you a link to? RE: Hybrid 2022.03.20.1: No module named 'vsdpir' - Dan64 - 27.03.2022 (27.03.2022, 12:56)Selur Wrote: last version = the dev version I send you a link to? yes, version 2022.03.26.1 If I select as provider "Default CPU" the preview window is shown but it is empty. RE: Hybrid 2022.03.20.1: No module named 'vsdpir' - Selur - 27.03.2022 Will look at it, but working on something else atm. RE: Hybrid 2022.03.20.1: No module named 'vsdpir' - Selur - 27.03.2022 Send you new links for testing. Cu Selur RE: Hybrid 2022.03.20.1: No module named 'vsdpir' - Selur - 27.03.2022 Does is change anything if you remove the following files from your Vapoursynth/64bit folder:
Also if you open a command line prompt into the Hybrid/64bit/Vapoursynth folder and call: python -m pip list Package Version Assuming you get the same output call: pip install --upgrade vsdpir python -m vsdpir Also verify that the "Hybrid/64bit/Vapoursynth/python39_.pth"-file contains the line: Lib\site-packages This line is needed for python to find the installed modules of the addon. The content of the 'python39_.pth' which comes with the addon, look like this: Scripts Cu Selur |