Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

BUG: ModuleNotFoundError: No module named '_glmnet' #67

@amirhessam88

Description

@amirhessam88

Hello,
I have forked the repo to work on a new feature. Based on the contributing documents, I started to see if I can run pytest on tests files, which I could not. Apparently, _glmnet module is missing. I tried to load the modules, and I failed as well. I am wondering if you can help me. I get the following error.

      1 import pkg_resources
      2 
----> 3 from .logistic import LogitNet
      4 from .linear import ElasticNet
      5 

~/Documents/GitHub/GLM-Net/glmnet/logistic.py in <module>
     12 
     13 from .errors import _check_error_flag
---> 14 from _glmnet import lognet, splognet, lsolns
     15 from glmnet.util import (_fix_lambda_path,
     16                          _check_user_lambda,

ModuleNotFoundError: No module named '_glmnet'

Metadata

Metadata

Assignees

No one assigned

    Labels

    DocumentationAdd or change documentation

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions