View Full Version : VapourSynth Doesn't Install on Python 3.7
MysteryX
12th July 2018, 23:09
I installed Python 3.7 and try to install VapourSynth. It says it cannot find 3.6 Python.
Why won't it work on 3.7?
jackoneill
13th July 2018, 11:42
Because of Python's design (https://docs.python.org/3/c-api/stable.html). Anyway, the documentation tells you what version to install.
amayra
13th July 2018, 21:30
VapourSynth is not based on python 3.7 there no way to VapourSynth to identifying 3.7 runtime like "python37.dll" for example
foxyshadis
20th July 2018, 06:00
This is why Python defaults to installing in "C:\Python27" "C:\Python34" etc. Same on *nix, where there's not only a python3, there's a python3.4. If you need application compatibility, just install multiple versions. (The Python, Py2, and Py3 shortcuts will be overwritten if you choose to update the path during installation, so double-check the install options.)
amayra
21st July 2018, 00:04
Fredrik is making new vapoursynth ver based on python 3.7
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.