使用PIP导入时发生Sklearn错误

2024-06-16 17:54:11 发布

您现在位置:Python中文网/ 问答频道 /正文

 from sklearn import preprocessing

获取以下输出:

File "", line 1, in File "C:\Users\arunr\lib\site-packages\sklearn__init__.py", line 75, in from .utils._show_versions import show_versions File "C:\Users\arunr\lib\site-packages\sklearn\utils_show_versions.py", line 12, in from ._openmp_helpers import _openmp_parallelism_enabled

ImportError: DLL load failed: The specified module could not be found.


Tags: infrompyimportlibpackagesshowline