numpy - Python / py2exe - How to resolve / suppress OMP warning messages? -


first, installed versions of python / various modules:

python: 2.7.1

numpy: 1.13.1

scipy: 0.19.1

py2exe: 0.6.9

the modules installed wheels available here:

http://www.lfd.uci.edu/~gohlke/pythonlibs/

i have python code have written compiling single, stand-alone executable "future-proof" it, , allow run on other pc's might not have same modules installed do. having same issue described in following posts:

omp warning when numpy 1.9.2+mkl packaged py2exe

omp warning when numpy 1.8.0 packaged py2exe

the news is, omp warning message not negatively affecting code. however, either resolve issue causing warning message, or suppress warning messages, since not affect performance of code, might confuse / annoy user. can provide advice? sounds previous posters have tried lot of things already, figured might time fresh look. there part of numpy can modify doesn't make reference omp, since i'm not using (at least, i'm not aware i'm using it...)?


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -