You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 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?
The text was updated successfully, but these errors were encountered: