<html><head></head><body>Hi,<br><div><br></div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><div>From memory (on the Jetson nano running L4T Ubuntu 18.04), I think what you could do was something like:</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">   </span>apt install python3.8</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>apt remove python-pip python3-pip python3-wheel (since this is for the too-old python3.6)</div><div><span class="Apple-tab-span" style="white-space:pre">    </span>wget <a href="https://bootstrap.pypa.io/get-pip.py">https://bootstrap.pypa.io/get-pip.py</a></div><div><span class="Apple-tab-span" style="white-space:pre">      </span>python3.8 get-pip.py</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>pip3 --version</div><div><span class="Apple-tab-span" style="white-space:pre">       </span>pip3 install -U meson</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>meson --version</div><div><br></div><div>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.)</div></blockquote><div><br></div><div>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.</div><div><br></div><div>Cheers</div><div> Tim</div><div><span></span></div></body></html>