-
-
Notifications
You must be signed in to change notification settings - Fork 26.2k
Closed
Description
I imported sklearn into my python script, which runs fine from my terminal; but I wanted to make it into an executable through PyInstaller; now when running the created executable I get the following error:
I'm aware that this problem has been ongoing for a while: #15899, the error seems to deal with OpenMp being used in the init with later versions; but after reading this previous issue the contributors made it sound that they were going to fix this problem with the new updates. To my knowledge, OpenMp comes with Visual Studio; to which I have VS 2019. Do I need to install something or move some files around for this to work? Or should I just use older versions of sklearn?
Metadata
Metadata
Assignees
Labels
No labels