-
Notifications
You must be signed in to change notification settings - Fork 3
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
openmin dependency fails,... #1
Comments
Hey! Sorry about that, I've run into the same issue recently when trying to install it in a portable vapoursynth/python and couldn't find a workaround so far unfortunately. Openmim and mmcv can be surprisingly tricky to get working if the system is not configured in a very standard way. But at least the DDD and DeF deinterlacers will work without it. I'll try to look into it again next week. Do you know if there was a workaround when vs-basicvsrpp was still using mmcv? |
Thanks!
No really, last time Dan64 helped out by compiled a mmcv version (see: https://forum.selur.net/thread-3726.html). |
Thanks for the link! Removing the need for mmcv would be the best solution. I can maybe try that in the future with the help of HolyWus's example, but unfortunately don't have that much time to look into it currently. But for now this solved it for me. There have been two issues: Mim installation failing due to an issue during aliyunsdkcore installation. I'm not sure why this happens, but it has something to do with using the integrated Python.
MMCV not installing/building successfully. This is due to using integrated Python, which does not come with developer headers and libraries by default, which are needed to build stuff.
When Vapoursynth switches to a different Python version than 3.12 in the future, the attached files will likely no longer work. But you can get the new ones by installing the required Python version normally via the Windows installer, then going to the installation directory and just copying the Let me know if that works for you! |
Thanks! |
I'm trying to setup vs_deepdeinterlace in a portable Vapoursynth&Python 3.12 environment (here's how I do the setup: setup.md
Problem is that
python -m pip install -U openmim
fails:
Any advice how to fix this to install vs_deepdeinterlace?
(There were similar issued with https://github.com/HolyWu/vs-basicvsrpp in the past, but there it was fixed by working around the mmc dependency.)
The text was updated successfully, but these errors were encountered: