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

ModuleNotFoundError #1

Open
ecrespo opened this issue Dec 11, 2018 · 0 comments
Open

ModuleNotFoundError #1

ecrespo opened this issue Dec 11, 2018 · 0 comments

Comments

@ecrespo
Copy link

ecrespo commented Dec 11, 2018

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant