I’m on Tumbleweed Plasma, are there no packages for python-m3u8 and ffmpy?
I trued zypper install python and the package name, didn’t work. Using python3 didn’t work either. Tried pip, pip3, pipx and those didn’t work for either package.
I’m on Tumbleweed Plasma, are there no packages for python-m3u8 and ffmpy?
I trued zypper install python and the package name, didn’t work. Using python3 didn’t work either. Tried pip, pip3, pipx and those didn’t work for either package.
Strange. By following the instructions, both modules install flawlessly.
Create a virtual python env:
python3.11 -m venv path/to/venv
Install the python modules (use your path to your virtual env instead…):
tumblevb@test:~/venv/bin> /home/tumblevb/venv/bin/pip install ffmpy
Collecting ffmpy
Using cached ffmpy-0.4.0-py3-none-any.whl.metadata (2.9 kB)
Using cached ffmpy-0.4.0-py3-none-any.whl (5.8 kB)
Installing collected packages: ffmpy
Successfully installed ffmpy-0.4.0
[notice] A new release of pip is available: 24.0 -> 24.2
[notice] To update, run: python3.11 -m pip install --upgrade pip
tumblevb@test:~/venv/bin>
tumblevb@test:~/venv/bin> /home/tumblevb/venv/bin/pip install m3u8
Collecting m3u8
Using cached m3u8-6.0.0-py3-none-any.whl.metadata (4.9 kB)
Using cached m3u8-6.0.0-py3-none-any.whl (24 kB)
Installing collected packages: m3u8
Successfully installed m3u8-6.0.0
[notice] A new release of pip is available: 24.0 -> 24.2
[notice] To update, run: python3.11 -m pip install --upgrade pip
tumblevb@test:~/venv/bin>