Vapoursynth on LMDE - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: Vapoursynth on LMDE (/thread-2864.html) Pages:
1
2
|
RE: Vapoursynth on LMDE - Selur - 27.08.2022 gave it another try: Install Hybrid:
If Hybrid itself works, install Python 3.10 since LMDE 5 comes with Python 3.9.2, but Vapoursynth R59 only support Python 3.8 and Python 3.10:
Now that you have Python 3.10 we need to compile and install Vapoursynth by:
RE: Vapoursynth on LMDE - soulcages - 28.08.2022 Wow - thank you for going to all that effort. Really appreciate that. I'll have to spend some time reading through all of that. RE: Vapoursynth on LMDE - soulcages - 04.09.2022 I've followed your second lot of instructions and when I get to the Python section and run this command sudo python get-pip.py 'python: error while loading shared libraries: libpython3.10.so.1.0: cannot open shared object file: No such file or directory' Prior to that I did receive the following Warning message after running - this occurred after the command finished running. sudo make install Not sure where I've gone wrong. RE: Vapoursynth on LMDE - Selur - 04.09.2022 You are probably pointing to the wrong python file. Try pointing to the python3.10 binary instead of using python in general. Closing and opening the terminal might also help. |