VapourSynth-Super-Resolution-Helper icon indicating copy to clipboard operation
VapourSynth-Super-Resolution-Helper copied to clipboard

Unable to Install VSGAN

Open ctlw83 opened this issue 4 years ago • 0 comments

Hello,

I'm using your script with Windows 10 and while it installs everything OK, it doesn't install VSGAN. I attempt to install it using the Python PIP command and receive the following:

C:\VapourSynth64Portable\VapourSynth64>python.exe -m pip install vsgan
Collecting vsgan
  Using cached vsgan-1.0.8-py3-none-any.whl (9.9 kB)
Collecting vapoursynth
  Using cached VapourSynth-49.zip (388 kB)
    ERROR: Command errored out with exit status 1:
     command: 'C:\VapourSynth64Portable\VapourSynth64\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\STREAM~1\\AppData\\Local\\Temp\\pip-install-b1yauu0s\\vapoursynth\\setup.py'"'"'; __file__='"'"'C:\\Users\\STREAM~1\\AppData\\Local\\Temp\\pip-install-b1yauu0s\\vapoursynth\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\STREAM~1\AppData\Local\Temp\pip-pip-egg-info-drpuisxm'
         cwd: C:\Users\STREAM~1\AppData\Local\Temp\pip-install-b1yauu0s\vapoursynth\
    Complete output (14 lines):
    Traceback (most recent call last):
      File "C:\Users\STREAM~1\AppData\Local\Temp\pip-install-b1yauu0s\vapoursynth\setup.py", line 60, in <module>
        dll_path = query(winreg.HKEY_LOCAL_MACHINE, REGISTRY_PATH, REGISTRY_KEY)
      File "C:\Users\STREAM~1\AppData\Local\Temp\pip-install-b1yauu0s\vapoursynth\setup.py", line 36, in query
        reg_key = winreg.OpenKey(hkey, path, 0, winreg.KEY_READ)
    FileNotFoundError: [WinError 2] The system cannot find the file specified

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\STREAM~1\AppData\Local\Temp\pip-install-b1yauu0s\vapoursynth\setup.py", line 63, in <module>
        raise OSError("Couldn't detect vapoursynth installation path")
    OSError: Couldn't detect vapoursynth installation path
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

I ran the FatDownloader.exe file as an admin and tried again with no success. Any ideas?

ctlw83 avatar Apr 29 '20 19:04 ctlw83