--
---
You received this message because you are subscribed to the Google Groups "cython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cython-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cython-users/1381b2fc-f283-4698-9f8b-9190157ac6b9o%40googlegroups.com.
# Cython for Python3. !!! Vapoursynth requires Cython >= 0.28 !!! sudo apt-get install cython3so i guess that by installing the Cython via pip3 this requirement is satisfied.
I think you should interpret the instructions as "Cython built for Python3" (which you'll get if you use pip3 to install it).
Cython version 3 is in development, but the version numbers start with "3", not "0.28". So it doesn't mean that.
On 05/06/2020 22:18, richard kuenz wrote:
yes, thank , this i had--
and resulted in
Cython version 0.29.19
however the building instructions ask for *cython3* and this package is also present in 18.04 so i guess it must be cython3 instead of cython?
sorry but iam no expert just trying to use the said program.
On Friday, 5 June 2020 15:05:18 UTC+2, richard kuenz wrote:Hello,
i'd like to use the svp4linux app on ubuntu 18.04.
the build instructions include ways to build mpv with vaporsynth support and to get vaporsynth support cython3 => 0.28 is needed however in Ubuntu repositories for 18.04 LTS only 0.26 is present.
How could i upgrade the cython3 package to successfully build mpv with vaporsynth support?
Tried with
sudo pip3 install cython3
but this would not function.
Thank you very much.
---
You received this message because you are subscribed to the Google Groups "cython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cython...@googlegroups.com.