Skip to content

ImportError: DLL load failed with error code 14001 #71

@LeoCuoghi

Description

@LeoCuoghi

Hi,
I have a problem where I try to import the library. If I run any main.py with

import implicit

I obtain:

Traceback (most recent call last):
File "C:/Users/lcuoghi/Desktop/A_Gentle_Introduction/main.py", line 327, in
import implicit
File "C:\Users\lcuoghi\AppData\Local\Continuum\anaconda2\lib\site-packages\implicit_init_.py", line 1, in
from .als import alternating_least_squares
File "C:\Users\lcuoghi\AppData\Local\Continuum\anaconda2\lib\site-packages\implicit\als.py", line 10, in
from . import _als
ImportError: DLL load failed with error code 14001

Process finished with exit code 1

Can you help me? I had no problems with the installation... It ran successfully. I checked all the packages, and they look right. What is missing? What does ‘error code 14001’ mean?

Thanks in advance,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions