libimobiledevice / libplist

A library to handle Apple Property List format in binary or XML
https://libimobiledevice.org
GNU Lesser General Public License v2.1
528 stars 304 forks source link

"Error: Cython version >= 3.0.0 is required. You have 0.26.1. You should look at http://www.cython.org" #262

Open Koocy opened 1 month ago

Koocy commented 1 month ago

I have installed Cython 3.0.10 and I keep checking the version with cython --version and cython3 --version and it keeps telling me that it is indeed 3.0.10

I installed cython with pip and when it didn't work, pip3. Why does it keep telling me I have version 0.26.1?

nikias commented 1 month ago

Obviously you somewhere have some other cython version installed. You can try to set CYTHON environment variable to your cython binary that reports the correct version. Try which cython to get the path.