MysteryX
11th August 2022, 02:49
I have this xClean script that worked fine.
https://github.com/mysteryx93/xClean/blob/main/xClean.py
(plugins are pulled from the AUR in Linux)
Now, if I run it with chroma="nnedi3", I get this error:
Failed to evaluate the script:
Python exception: No attribute with the name get_format exists. Did you mistype a plugin namespace?
line 30, in nnedi3_resample
If I set chroma="reconstructor", I get this error:
Python exception: No attribute with the name nnedi3cl exists. Did you mistype a plugin namespace?
File "/usr/lib/python3.10/site-packages/nnedi3_resample.py", line 440, in nnedi3_dh
The script being installed is this
https://github.com/HomeOfVapourSynthEvolution/nnedi3_resample/blob/master/nnedi3_resample.py
First error is strange.
Second error would indicate that the plugin isn't loaded, but it is installed (from AUR) and pulling from this
https://github.com/HomeOfVapourSynthEvolution/VapourSynth-NNEDI3CL
Where did it break?
https://github.com/mysteryx93/xClean/blob/main/xClean.py
(plugins are pulled from the AUR in Linux)
Now, if I run it with chroma="nnedi3", I get this error:
Failed to evaluate the script:
Python exception: No attribute with the name get_format exists. Did you mistype a plugin namespace?
line 30, in nnedi3_resample
If I set chroma="reconstructor", I get this error:
Python exception: No attribute with the name nnedi3cl exists. Did you mistype a plugin namespace?
File "/usr/lib/python3.10/site-packages/nnedi3_resample.py", line 440, in nnedi3_dh
The script being installed is this
https://github.com/HomeOfVapourSynthEvolution/nnedi3_resample/blob/master/nnedi3_resample.py
First error is strange.
Second error would indicate that the plugin isn't loaded, but it is installed (from AUR) and pulling from this
https://github.com/HomeOfVapourSynthEvolution/VapourSynth-NNEDI3CL
Where did it break?