Selur's Little Message Board

Full Version: Linux Mint Vapoursynth - missing vspipe
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
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
.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
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
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.
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