Topic: (build notes linux) HOW-TO upgrade cython3 Ubuntu 18.04
Hello ,
i have seen that newer svp4linux relies on
# Cython for Python3
sudo apt-get install cython3 => 0.28
however ubuntu 18.04 LTS offers only version 0.26 of cython3
i have however upgraded "cython" package via pip so
cython --version give Cython version 0.29.19
but i understand that version cython3 is needed or am i wrong?
how could i update the system version of cython3 on 18.04 to match svp4tube's requirement?
Thank you very much.