Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EdgeCleaner: "No attribute with the name rgvs exists. Did you mistype a plugin namespace?" #77

Closed
EvgenyKV opened this issue Sep 27, 2022 · 1 comment

Comments

@EvgenyKV
Copy link

Failed to evaluate the script:
Python exception: No attribute with the name rgvs exists. Did you mistype a plugin namespace?

Traceback (most recent call last):
File "src/cython/vapoursynth.pyx", line 2890, in vapoursynth._vpy_evaluate
File "src/cython/vapoursynth.pyx", line 2891, in vapoursynth._vpy_evaluate
File "/disk/script.vpy", line 36, in 
#v = haf.EdgeCleaner(v)
File "/usr/lib/python3.10/site-packages/havsfunc.py", line 551, in EdgeCleaner
main = core.rgvs.Repair(main, c, mode=rmode)
File "src/cython/vapoursynth.pyx", line 2438, in vapoursynth._CoreProxy.__getattr__
File "src/cython/vapoursynth.pyx", line 2280, in vapoursynth.Core.__getattr__
AttributeError: No attribute with the name rgvs exists. Did you mistype a plugin namespace?

havsfunc from https://aur.archlinux.org/packages/vapoursynth-plugin-havsfunc-git

@shssoichiro
Copy link
Contributor

You need to also install https://aur.archlinux.org/packages/vapoursynth-plugin-removegrain-git, this should be added as a dependency to the havsfunc-git package as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants