Topic: python issue /linux/
hello ,
i would like to install on ubuntu20.04
https://www.svp-team.com/wiki/SVP:Linux
the issue is with
step
# make Python find the Vapoursynth module
# there MUST be a better way to do this!
sudo ln -s /usr/local/lib/python3.7/site-packages/vapoursynth.so /usr/lib/python3.7/lib-dynload/vapoursynth.so
the error is
sudo ln -s /usr/local/lib/python3.7/site-packages/vapoursynth.so /usr/lib/python3.7/lib-dynload/vapoursynth.so
ln: failed to create symbolic link '/usr/lib/python3.7/lib-dynload/vapoursynth.so': No such file or directory
python3.8 is installed.