OpenInformix / IfxPy

Informix native Python driver for scalable enterprise and IoT solutions.
Other
46 stars 22 forks source link

ImportError: DLL load failed while importing _openmp_helpers: %1 is not a valid Win32 application. #58

Open ChintaVishnu opened 3 years ago

ChintaVishnu commented 3 years ago

ImportError Traceback (most recent call last)

in ----> 1 from sklearn.model_selection import train_test_split 2 from sklearn.linear_model import LinearRegression G:\Anaconda\lib\site-packages\sklearn\__init__.py in 73 from . import __check_build 74 from .base import clone ---> 75 from .utils._show_versions import show_versions 76 77 __check_build # avoid flakes unused variable error G:\Anaconda\lib\site-packages\sklearn\utils\_show_versions.py in 10 import importlib 11 ---> 12 from ._openmp_helpers import _openmp_parallelism_enabled 13 14 ImportError: DLL load failed while importing _openmp_helpers: %1 is not a valid Win32 application. I am getting this error while I am trying to inport sklearn in jupyter-lab. Please help Thank you