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

numpy version #91

Open
Liyukee opened this issue Dec 7, 2023 · 1 comment
Open

numpy version #91

Liyukee opened this issue Dec 7, 2023 · 1 comment

Comments

@Liyukee
Copy link

Liyukee commented Dec 7, 2023

when I want to install mkl-fft 1.3.1 and mkl-random 1.2.2 in python 3.9.18,I met this issue:mkl-fft 1.3.1 depends on numpy<1.23.0 and >=1.22.3, mkl-random 1.2.2 depends on numpy<1.25.0 and >=1.24.3. So, it can't install successfully becuase of the conflicted numpy version.

@oleksandr-pavlyk
Copy link
Collaborator

@Liyukee Thank you for reporting this issue. What package manager are you using? Is it pip, conda, something else?

If you are open to try miniconda (download) or mambaforge (download), you can install mkl_random and mkl_fft without issues.

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