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:
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:
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
Post a Comment