What is the highest gestreamer version on Ubuntu 18.04
Tim-Philipp Müller
t.i.m at zen.co.uk
Wed Feb 8 19:07:42 UTC 2023
Hi,
> From memory (on the Jetson nano running L4T Ubuntu 18.04), I think
> what you could do was something like:
>
> apt install python3.8
> apt remove python-pip python3-pip python3-wheel (since this
> is for the too-old python3.6)
> wget https://bootstrap.pypa.io/get-pip.py
> python3.8 get-pip.py
> pip3 --version
> pip3 install -U meson
> meson --version
>
> Which should hopefully get you a recent-enough meson installed using
> python 3.8. (I'm sure someone will chime in if there's a better way.)
PS: In principle you can also just run meson from a meson git checkout,
so it's possible that just running python3.8 meson/meson.py might work
as well, but I haven't tested that, fwiw.
Cheers
Tim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20230208/6ee40ad1/attachment.htm>
More information about the gstreamer-devel
mailing list