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

Clean installation only worked after downgrading #605

Open
javicarron opened this issue Nov 12, 2024 · 0 comments
Open

Clean installation only worked after downgrading #605

javicarron opened this issue Nov 12, 2024 · 0 comments

Comments

@javicarron
Copy link

I was preparing a new environment with a clean installation using the latest versions, python=3.13.0 and cython=3.0.11. The installation script was failing the classy compilation throwing a ModuleNotFound error (for Cython), but import cython was working fine when I tried on a Python session of this same environment.

I eventually solved it by downgrading to cython=0.29.37, which in turn required a downgrade of python=3.12. The installation seems to be working as expected with these versions (at numpy=2.1.3).

This downgrade is not a problem to me, so feel free to close the issue. But I figured it may be relevant given that there seemed to be some problems upgrading to the newest versions of numpy and cython, so I leave it here if it is useful.

Thank you very much for your work!

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

1 participant