Posts: 3
Threads: 1
Joined: Dec 2025
Long time windows user, experimenting with Linux Mint on a spare laptop.
Hybrid opens, trying to add Vapoursynth with instructions from
here
Everything going smooth but "vspipe --version" shows nothing. No vspipe to be found in any folders
Python version is 3.12.2
Anything I could have missed?
Posts: 12.303
Threads: 66
Joined: May 2017
Did you adjust your ~/.profile- and ~/.bashrc -file, close the terminal and open a new terminal again?
Does ~/opt/vapoursynth/bin/vspipe exists?
Does calling "~/opt/vapoursynth/bin/vspipe --version" work?
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 3
Threads: 1
Joined: Dec 2025
.profile and .bashrc both have
export LD_LIBRARY_PATH=~/opt/vapoursynth/lib
export PYTHONPATH=~/opt/vapoursynth/lib/python3.12/site-packages
export PATH="~/opt/vapoursynth/bin:$PATH"
export PATH="~/.local/bin:$PATH"
added at the end.
Terminal has been closed and opened, computer rebooted, a few times.
There is no ~/opt/vapoursynth/bin/vspipe
calling "~/opt/vapoursynth/bin/vspipe --version" shows "no such file exists"
I did have to use the appimge from the google drive folder "Hybrid-2025.12.08.1-x86_64.AppImage"
The one from the downloads page would not do anything even after setting it to allow being executed.
Linux Mint 22.2 Cinnamon - 6.4.8
Posts: 12.303
Threads: 66
Joined: May 2017
Okay, then I wonder where the script installed vapourynth on your system,...
build-plugins.sh take the path from the config.txt which points to "$HOME/opt/vapoursynth"
Seems like the compilation and installation through build-plugins.sh wasn't successful, but since you wrote everything went smoothly, I don't really know what's happening.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 3
Threads: 1
Joined: Dec 2025
Did a fresh install this morning, followed all the instructions from the readme.md from the hybrid-vapoursynth-addon-Ubuntu2404 download. still same issue. no vspipe anywhere to found. Not sure what I couldbe missing here.
Posts: 12.303
Threads: 66
Joined: May 2017
21.12.2025, 23:02
(This post was last modified: 21.12.2025, 23:03 by Selur.)
a. Download the latest source code and try with that.
b. Follow the instructions from:
https://github.com/Selur/hybrid-vapoursy.../README.md
When executing the build-vapoursynth.sh there should be tons of output and error messages if something went wrong.
Side note: I'm not sure the script will still work on Ubuntu 22.04.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.