Open Koocy opened 5 months 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.
I also have this exact error. $which cython returns nothing
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?