Kann mir jemand kurz bei der Installation von Vaporsynth helfen?
Ich habe Python 3.7 installiert und im PATH.
Die Doku sagt: "Simply run the VapourSynth installer." und linkt mich auf die Source.
Was genau will er das ich tue?
"python setup.py install" aus dem Hauptordner will irgendwas aus meiner registry wissen, wahrscheinlich den Pfad zur Vapoursynth.dll, die aber ja noch nicht kompiliert ist, das soll ja schließlich der Installer genau tun.
Aus der Folge-Exception: Wo muß der "Installation Pfad denn hin?"
Traceback (most recent call last):
File "setup.py", line 60, in <module>
dll_path = query(winreg.HKEY_LOCAL_MACHINE, REGISTRY_PATH, REGISTRY_KEY)
File "setup.py", line 36, in query
reg_key = winreg.OpenKey(hkey, path, 0, winreg.KEY_READ)
FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "setup.py", line 63, in <module>
raise OSError("Couldn't detect vapoursynth installation path")
OSError: Couldn't detect vapoursynth installation path
Display More
Die setup.py aus dem installer Ordner scheint für die portable Variante zu sein
Traceback (most recent call last):
File "setup.py", line 42, in <module>
raise OSError("Failed to detect VapourSynth-portable build directory.")
OSError: Failed to detect VapourSynth-portable build directory.
pip install vaporsynth will die DLL schon haben, steht auch in der Doku, welch ein Unsinn. Ich muß Vapoursynth schon installiert haben um Vapoursynth installieren zu können.
Hilfe!