Skip to content
This repository was archived by the owner on Nov 26, 2020. It is now read-only.
This repository was archived by the owner on Nov 26, 2020. It is now read-only.

ModuleNotFoundError #1

@ecrespo

Description

@ecrespo

Following the following link:
http://nbviewer.jupyter.org/gist/vatsan/dd88abb47c2fbd9e16bd
I import:
from pymadlib.pymadlib import *

And I get the following error:

from pymadlib.pymadlib import *
Traceback (most recent call last):
   File "", line 1, in
   File "/home/ernesto/desarrollo/pymadlib/pymadlib/pymadlib.py", line 12, in
     from utils import pivotCategoricalColumns, convertsColsToArray
ModuleNotFoundError: No module named 'utils

Checking the source code does not have utils to import pivotCategoricalColumns.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions