tods
tods copied to clipboard
Import of Certain Modules Not Working
I believe that I properly installed tods into my virtual environment. However for many of the packages in the different modules, I am getting AttributeErrors primarily for some reason. My python environment is 3.8.10.
Ex: from tods.detection_algorithm import PyodHBOS
Provides the following error:
File "c:/Users/shankars/path/Code Files/TODS.py", line 8, in
Apologies if this is a trivial question, but I have not been able to figure out why this would not be working. Any feedback or resolution to this issue would be appreciated.
Seems like you are using the Windows system, which is not supported yet. Currently, TODS only support linux based system (OSX, Ubuntu). We are working on supporting Windows.