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

"Fatal error: 'omp.h' file not found" when importing plugins #239

Open
ElisabethGriesbauer opened this issue Nov 10, 2023 · 0 comments
Open

Comments

@ElisabethGriesbauer
Copy link

Hi!
I am on macOS 14.0 using python 3.9.18 and conda 23.5.2. I created a conda env and cloned synthcity and then in python tried:

import synthcity.plugins

But I get the following error message:

Intel MKL WARNING: Support of Intel(R) Streaming SIMD Extensions 4.2 (Intel(R) SSE4.2) enabled only processors has been deprecated. Intel oneAPI Math Kernel Library 2025.0 will require Intel(R) Advanced Vector Extensions (Intel(R) AVX) instructions.
<stdin>:1:10: fatal error: 'omp.h' file not found
#include <omp.h>
         ^~~~~~~
1 error generated.
[KeOps] Warning : omp.h header is not in the path, disabling OpenMP.
[KeOps] Warning : Cuda libraries were not detected on the system ; using cpu only mode

Same thing happens when I install synthcity with pip. How can I solve this?
Cc @wleoncio

Thanks!

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