Marcnuth / AnomalyDetection

Twitter's Anomaly Detection in Pure Python
Apache License 2.0
304 stars 76 forks source link

ModuleNotFoundError: No module named tad #28

Closed zkid18 closed 5 years ago

zkid18 commented 5 years ago

After commit efbc4e1f27f82727f4f25d8725ffe16604cb6b76 I have problems with importing the library.

pip3 install tad import tad >ModuleNotFoundError: No module named tad

mateusccoelho commented 5 years ago

I had the same problem, but solved this issue removing line 9 of __init__.py, in which the variable __name__ is specified. In my case, after I installed the package, I went to the installation folder and made this change there. I guess you can also download the repo, edit the source code and then install it. The result would be the same.

Marcnuth commented 5 years ago

fixed in latest version.

ErinKnochenhauer commented 4 years ago

Hi Marc, I am seeing the same import issue. pip3 install tad import tad ModuleNotFoundError: No module named 'tad'