Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"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 this issue May 24, 2024 · 1 comment

Comments

@Koocy
Copy link

Koocy commented May 24, 2024

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
Copy link
Member

nikias commented May 24, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants