Computer Setup
[Cython&openmp] omp.h file not found
astrodoo
2019. 3. 28. 10:19
To resolve this issue, openmp module should be installed.
If the install is not successful through the default channel,
> conda install openmp
try like this.
1) search the channel through
:: Anaconda Cloud
New to Anaconda Cloud? Sign up! Already a member? Sign in! I forgot my password I forgot my username
anaconda.org
2) find the channel and install like
> conda install -c conda-forge openmp